@smartweblib/frontend-lib
v0.0.19
Published
Library for our frontend app
Downloads
2
Readme
FrontendShared
This project was generated with Angular CLI version 13.0.3.
Development server
Build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Publish to NPM
go to dist/smartweb-frontend-shared and npm login. After login npm publish
Link the library to test the package
go to dist/smartweb-frontend-shared and execute in terminal => npm link
check links => npm list -g
go to app directory, npm link [nome-da-library] --save
Run the App and Library at the same time with link
Library terminal => ng build --watch
App terminal => ng serve