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

https://github.com/morrisjdev/ng-metro4

Angular components for Metro4 UI library in modern ui style.
https://github.com/morrisjdev/ng-metro4

angular css javascript less metro4 mobile ng-metro4 typescript ui

Last synced: about 2 months ago
JSON representation

Angular components for Metro4 UI library in modern ui style.

Awesome Lists containing this project

README

        

# ng-metro4

Angular UI components in modern ui style.

[Documentation](https://morrisjdev.github.io/ng-metro4/#/)

![Screenshot](https://raw.githubusercontent.com/morrisjdev/ng-metro4/master/projects/ng-metro4/ng-metro4%20screenshot.PNG)

See metro4 for more details:
[Metro4](https://metroui.org.ua/)

ng-metro4 on npm:
[ng-metro4](https://www.npmjs.com/package/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](https://morrisjdev.github.io/ng-metro4/#/)

## Author

[Morris Janatzek](http://morrisj.net) ([morrisjdev](https://github.com/morrisjdev))