@nglibrary/utils
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Angular 4+ Utilities

Directives

...more to come soon!

Install

yarn add @nglibrary/utils

Import in your app

import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

import { UtilsModule } from '@nglibrary/utils'; // <---

@NgModule({
  declarations: [ AppComponent ],
  imports: [
    UtilsModule.forRoot( /* global config */ ) // <---
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Package Sidebar

Install

npm i @nglibrary/utils

Weekly Downloads

1

Version

1.1.2

License

MIT

Last publish

Collaborators

  • lokesh-coder