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/module
.
Run ng build
to build the project
(By default use --configuration production
flag).
The build artifacts will be stored in the dist/
directory.
Run build-aot-disable
. Just-in-Time (JIT) Compiles your application
in the browser at runtime.
Run ./docker-build/build.sh
or npm run build-aot-disable
to build
the project via docker container.
Install dependensies and run ng test
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the
Angular CLI README.
- Manually edit the package.json "version"
- Update
VERSION
file - Update
CHANGELOG.md
by adding version line after master (unreleased) - Create PR with those changes and merge to
master
- On master run
npm run add_repo_tag
- On GitHub create new release via web-browser and add info from
CHANGELOG.md