ef-base-ng
v0.9.78
Published
efBaseNg is available at NPM, if you have an existing application run the following command to download it to your project.
Downloads
18
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.78",
},
Usage
import * as efBaseNg from 'ef-base-ng';
or
import WarehouseSharedModule from 'ef-base-ng';