manng-components
v1.1.0
Published
[![Generic badge](https://img.shields.io/badge/Build-Passing-green.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Mintained-yes-green.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/License-MIT-orange.s
Downloads
69
Maintainers
Readme
ManngComponents
This library contains multiple components to make development easier and faster
Working Example and Usage
Installation
npm install manng-components
After installation make sure ManngComponentsModule is imported in your module
In Module
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { ManngComponentsModule } from 'manng-components'
...
imports: [...
BrowserAnimationModule,
ManngComponentsModule
]