efx-ng-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-beta.1 • Public • Published

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

  1. Compiles the HTML templates for components into inline templates using the Gulp build tool, and writes the built .ts files to tmp/

  2. Runs tslint on src/ using tsconfig.json to ensure that the Typescript in the library fits the linting standards

  3. Cleans the lib/ directory using the rimraf package

  4. 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.

 

Maintained by IXI

Readme

Keywords

none

Package Sidebar

Install

npm i efx-ng-lib@1.0.1-beta.1

Version

1.0.1-beta.1

License

MIT

Last publish

Collaborators

  • braden.jackson
  • mike.wilkerson
  • jackson.salopek