Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jullierme/ngfly

An awesome suite of components Angular 4
https://github.com/jullierme/ngfly

angular angular-components angular-directives angular-library angular2 angular4 bootstrap3 npm npm-module rest typescript

Last synced: about 2 months ago
JSON representation

An awesome suite of components Angular 4

Awesome Lists containing this project

README

        

# ngfly

## Installation

To install this library, run:

```bash
$ 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:

```bash
$ npm install ngfly
```

and then from your Angular `AppModule`:

```typescript
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](mailto:[email protected])
# ngfly