anzen-components
v0.2.4
Published
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.26.
Downloads
7
Readme
Anzen Components
This project was generated with Angular CLI version 8.3.26.
Installation
Install via npm
npm install anzen-components
Usage
Once installed you need to import the main module:
import { AnzenComponentsModule } from 'anzen-components';
@NgModule({
declarations: [AppComponent, ...],
imports: [AnzenComponentsModule],
bootstrap: [AppComponent]
})
export class AppModule {
}