Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

SmartStockTz/smartstock-libs

Repository files navigation

SmartstockCoreLibs

To use this library include it at imports section of your angular main module. Example

// imports


@NgModule({
// ....
  imports: [
    LibModule
  ],
// ....
})
export class AppModule {
}

APIs

For full list of API available see docs;