Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 898 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 898 Bytes

ng-metro4

Angular UI components in modern ui style.

Documentation

Screenshot

See metro4 for more details: Metro4

ng-metro4 on npm: ng-metro4

Installation

Install using Angular CLI:

ng add ng-metro4

Import module:

Add NgMetro4Module to your imports:

import { NgMetro4Module } from 'ng-metro4';
...

imports: [
  BrowserModule,
  FormsModule,
  ReactiveFormsModule,
  NgMetro4Module,
  ...
]

Generate layout

ng g ng-metro4:layout

Usage

Check out the Documentation

Author

Morris Janatzek (morrisjdev)