This package has been deprecated

Author message:

Deprecated

@reverseloop/loaded
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@reverseloop/loaded

Installation

To install this library, run:

$ npm install @reverseloop/loaded --save

Consuming your library

Once you have published your library to npm, you can import your library in any Angular application by running:

$ npm install @reverseloop/loaded

and then from your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

// Import your library
import { Loader } from '@reverseloop/loaded';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,

    // Specify your library as an import
    Loader
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

License

MIT © @revereseloop

Readme

Keywords

Package Sidebar

Install

npm i @reverseloop/loaded

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • nikolovskimilos