fe-angular-global
v0.0.0
Published
This project will be the main application-container for all angular libraries.
Downloads
14
Readme
FeAngularGlobal
This project will be the main application-container for all angular libraries.
Initially, Fe-angular-shared & Fe-angular-core (shared & core modules) will live here.
Building Libraries
Fe-angular-shared
Bump the package version in projects/hdca/fe-angular/shared/package.json
Run npm run build:shared
to build the shared module.
Navigate to dist/hdca/fe-angular-shared
Run npm publish
once in the folder to publish the the shared module.
In fe_angular run npm i @hdca/fe-angular-shared@latest --save
to pull in the most recently published version.