ng-bits
v0.0.2
Published
Angular UI Components, Simple Library
Downloads
3
Maintainers
Readme
NgBits
Installation
Install using one of the following:
$ ng add ng-bits
$ npm i ng-bits
$ yarn add ng-bits
Usage
Import the module into your app.module.ts
file
import { NgBitsModule } from 'ng-bits'
@NgModule({
imports: [ NgBitsModule ]
})
export class AppModule {
}
Website
https://antonio07c.github.io/
License
MIT