README
Download
efBaseNg is available at NPM, if you have an existing application run the following command to download it to your project.
npm install ef-base-ng --save
Angular CLI Integration
Add efBaseNg as a dependencies.
"dependencies": {
//...
"ef-base-ng": "^0.9.72",
},
Usage
import * as efBaseNg from 'ef-base-ng';
or
import WarehouseSharedModule from 'ef-base-ng';