@finlexlabs/photo-upload
v0.0.1
Published
Library Name: finlex-photo-upload Package Name: @finlexlabs/photo-upload Repo Name: fx-ng-components
Downloads
2
Readme
FinlexInfoBox (@finlexlabs/photo-upload)
Library Name: finlex-photo-upload Package Name: @finlexlabs/photo-upload Repo Name: fx-ng-components
Steps to Build & Publish Library
Package Renaming
Go to ./src/finlex-photo-upload/package.json
Rename package name from @fx-ng-components/finlex-photo-upload
to @finlexlabs/photo-upload
Build
npm run build:photo-upload
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:photo-upload
, go to the dist folder cd dist/finlex-photo-upload
and run npm publish
.