ef-base-ng

efBaseNg is available at NPM, if you have an existing application run the following command to download it to your project.

Usage no npm install needed!

<script type="module">
  import efBaseNg from 'https://cdn.skypack.dev/ef-base-ng';
</script>

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';