@ninedigit/ngx-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

@ninedigit/ngx-components

Preset of reusable angular components, services and utils. Developed with ❤️ by ninedigit team

Usage

  1. Install
npm install @ninedigit/ngx-components --save
  1. Import styles
@import '~@ninedigit/ngx-components/styles/alert.scss';
@import '~@ninedigit/ngx-components/styles/loading-overlay.scss';
  1. Import module (global one or per component)
// ...
import { NinedigitNgxComponentsModule, NinedigitLoadingOverlayModule } from '@ninedigit/ngx-components';
// ...

@NgModule({
  declarations: [
    AppComponent,
  ],
  imports: [
    // ...
    NinedigitNgxComponentsModule,
    NinedigitLoadingOverlayModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
  1. Enjoy :)

Readme

Keywords

none

Package Sidebar

Install

npm i @ninedigit/ngx-components

Weekly Downloads

14

Version

0.0.12

License

none

Unpacked Size

887 kB

Total Files

84

Last publish

Collaborators

  • tompet
  • vlapo