Skip to content

EnnoLohmann/angular-workshop

 
 

Repository files navigation

Workshops.DE

Greenkeeper badge

This project is a reference implementation for our workshops Angular & TypeScript Workshop.

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

How to updates the steps for our Workshop

  1. git rebase -i a7bfef2d02ab39024567e281ea9b0096344494ea
  2. Change pick to edit at the tasks you want to change
  3. Do your changes
  4. git commit --all --amend
  5. git rebase --continue
  6. Fix possible merge error if needed
  7. Repeat on step 3 if you edit more than one commits
  8. run ./recreate-tags.sh
  9. git push -f
  10. git push --tags -f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 75.0%
  • HTML 11.5%
  • JavaScript 10.2%
  • Shell 2.6%
  • CSS 0.7%