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