@finlexlabs/loader
v0.0.1
Published
Library Name: finlex-loader Package Name: @finlexlabs/loader Repo Name: fx-ng-components
Downloads
5
Readme
FinlexLoader (@finlexlabs/loader)
Library Name: finlex-loader Package Name: @finlexlabs/loader Repo Name: fx-ng-components
Steps to Build & Publish Library
Package Renaming
Go to ./src/finlex-loader/package.json
Rename package name from finlex-loader
to @finlexlabs/loader
Build
npm run build:loader
It will build finlex-loader using ng-packagr.
The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build:loader
, go to the dist folder cd dist/finlex-loader
and run npm publish
.