component-library-wrapper
v1.0.0
Published
This library is included as a dependency in the Shell project.
Downloads
1
Readme
Component Library
This library is included as a dependency in the Shell project.
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Code scaffolding
Run ng generate component component-name --project=component-library
to generate a new component (together with template and style files).
Build
Run npm run build:library
to build the project. The build artifacts will be stored in the dist/component-library
directory.
Steps to deploy
While you're in the component-library project folder, run npm version <major/minor/patch>
to update version.
Run npm run build:library
.
Run npm publish
to publish the changes.