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