manng-components

This library contains multiple components to make development easier and faster

Usage no npm install needed!

<script type="module">
  import manngComponents from 'https://cdn.skypack.dev/manng-components';
</script>

README

Generic badge Generic badge Generic badge

ManngComponents

This library contains multiple components to make development easier and faster

Working Example and Usage

View Here

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
  ]