0.0.2 • Published 6 years ago
ng-bits v0.0.2
NgBits
Installation
Install using one of the following:
$ ng add ng-bits
$ npm i ng-bits
$ yarn add ng-bitsUsage
Import the module into your app.module.ts file
import { NgBitsModule } from 'ng-bits'
@NgModule({
imports: [ NgBitsModule ]
})
export class AppModule {
}Website
License
MIT