0.1.0 • Published 5 years ago

ng-xfinity v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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

// Import your library import { SampleModule } from 'ng-xfinity';

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

// Specify your library as an import
LibraryModule

], providers: [], bootstrap: AppComponent }) export class AppModule { }Once your library is imported, you can use its components, directives and pipes in your Angular application: