efx-ng-lib
v1.0.1-beta.6
Published
EFX Angular Library
Keywords
Readme
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
tslintonsrc/usingtsconfig.jsonto ensure that the Typescript in the library fits the linting standardsCleans the
lib/directory using therimrafpackageCompiles the resulting code using the
@angular/compiler-clifor AoT compilation
Documentation
Futher documentation can be generated by running the following command:
npm run docThe additional documentation can be viewed by opening any of the HTML pages within the generated
documentation/ directory.
