ng-chakans
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Development instructions

The NgChakansModule is located in the ng-chakans and packaged into a redistributable package with the ng-packagr tool.

Usage

Loading the NgChakansModule

Import the NgChakansModule from the npm package like this:

import { NgChakansModule } from 'ng-chakans';

And add it to you application module:

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    NgChakansModule.forRoot({
      serverApiUrl: '/'
    }) // <- Important part
  ],
  providers: [],
  bootstrap: [AppComponent]
})

Using components

Using directives

Using services

Package Sidebar

Install

npm i ng-chakans

Weekly Downloads

1

Version

0.0.4

License

Apache-2.0

Unpacked Size

686 kB

Total Files

91

Last publish

Collaborators

  • chakannom