@3kles/kles-crud-service
v19.0.0
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
Keywords
Readme
@3kles/
kles-crud-service is a service library.
Changelog
Check out the changelog to check all the latest changes.
Install
npm
npm install @3kles/kles-crud-service --saveHow to use
In the module
import { KlesCrudServiceModule } from '@3kles/kles-crud-service';
...
@NgModule({
imports: [
KlesCrudServiceModule,
...
]
...
})Tests
npm install
npm test