ngx-metro
v1.15.0
Published
Angular components for Metro4 UI library in modern ui style.
Downloads
3
Maintainers
Readme
ngx-metro
Angular UI components in modern ui style.
See metro4 for more details: Metro4
ngx-metro on npm: ngx-metro
Installation
Install using Angular CLI:
ng add ngx-metro
Import module:
Add NgxMetroModule to your imports:
import { NgxMetroModule } from 'ngx-metro';
...
imports: [
BrowserModule,
FormsModule,
ReactiveFormsModule,
NgxMetroModule,
...
]
Generate layout
ng g ngx-metro:layout
Usage
Check out the Documentation