0.0.1 • Published 5 years ago

@finlexlabs/text-editor v0.0.1

Weekly downloads
2
License
-
Repository
-
Last release
5 years ago

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.