efx-ng-lib
Contains IXI components that can be reused for front-end projects
Installation
npm install --save efx-ng-lib
Development Prerequesites
Run npm run setup
from the setup-lib
Build
Building the library can be done by running the following command:
npm run build
Build Process
-
Compiles the HTML templates for components into inline templates using the Gulp build tool, and writes the built .ts files to
tmp/
-
Runs
tslint
onsrc/
usingtsconfig.json
to ensure that the Typescript in the library fits the linting standards -
Cleans the
lib/
directory using therimraf
package -
Compiles the resulting code using the
@angular/compiler-cli
for AoT compilation
Documentation
Futher documentation can be generated by running the following command:
npm run doc
The additional documentation can be viewed by opening any of the HTML pages within the generated
documentation/
directory.