Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deborahk/angular-routing
Materials for my Pluralsight course: Angular Routing.
https://github.com/deborahk/angular-routing
Last synced: 1 day ago
JSON representation
Materials for my Pluralsight course: Angular Routing.
- Host: GitHub
- URL: https://github.com/deborahk/angular-routing
- Owner: DeborahK
- License: mit
- Created: 2016-12-29T20:37:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T13:43:38.000Z (almost 1 year ago)
- Last Synced: 2024-10-31T03:05:11.742Z (15 days ago)
- Language: TypeScript
- Homepage: http://bit.ly/Angular-routing
- Size: 864 KB
- Stars: 302
- Watchers: 24
- Forks: 526
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular-Routing
Materials for the ["Angular Routing"](http://bit.ly/Angular-routing) course on Pluralsight.`APM-Start`: The starter files. **Use this to code along with the course**.
NOTE: This code is Angular v10. To install it, you'll need to use `npm install --force` and you will see numerous warnings.`APM-Start v14`: The starter files updated to Angular v14. **Use this code to code along with the course using v14**.
NOTE: The course was not updated to v14, so if starting with v14 code, some shown code will be slightly different, requiring initialized variables and strong typing.`APM-Final`: The completed files. Use this to see the completed solution from the course.
NOTE: This code is Angular v10. To install it, you'll need to use `npm install --force` and you will see numerous warnings.`APM-Final v14`: The completed files updated to Angular v14. Use this to see the completed solution for the course in v14.
See the `README.md` file under each folder for details on installing and running the application.
Please see the `CHANGELOG.md` for the most recent changes to this repo.