1.0.4 • Published 7 years ago

ngfly v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

ngfly

Installation

To install this library, run:

$ npm install ngfly --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 ngfly

and then from your Angular AppModule:

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

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

import { NgFlyModule } from 'ngfly';

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

    NgFlyModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

License

MIT © Jullierme Barros

ngfly

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago