Contains IXI components that can be reused for front-end projects
npm install --save efx-ng-lib
Run npm run setup
from the setup-lib
Building the library can be done by running the following command:
npm run build
-
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
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.