This project is a reference implementation for our Angular Advanced Intensiv Workshop.
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 test
to execute the unit tests via Karma.
git rebase -i a7bfef2d02ab39024567e281ea9b0096344494ea
- Change
pick
toedit
at the tasks you want to change - Do your changes
git commit --all --amend
git rebase --continue
- Fix possible merge error if needed
- Repeat on step 3 if you edit more than one commits
- run
./recreate-tags.sh
git push -f
git push --tags -f