This project was generated with Angular CLI version 13.1.3.
- Login to cortex github package Set up Github Personal Access Token (Classic) with
read:packagescope.
npm login --scope=@cortexcloud --auth-type=legacy --
# Enter some non-empty string when it ask for Username. There're no need to be your username.
# Enter GitHub personal access token (classic) when it ask for Token.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.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run npm run build:widget to build package for uploading to content manager.
- Go to https://tools.better.care/studio/content-manager/select
- Click on "Upload" on the top right of the page.
- Upload ./dist/elements/rich-text-field-widget.js.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.