https://github.com/rangle/angular-book-examples
https://github.com/rangle/angular-book-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rangle/angular-book-examples
- Owner: rangle
- Created: 2019-08-27T13:27:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T19:00:39.000Z (about 5 years ago)
- Last Synced: 2025-01-24T13:32:00.055Z (over 1 year ago)
- Language: TypeScript
- Size: 144 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Book Examples
Repo contains all the examples of the code used in the Angular Book https://github.com/rangle/ngCourse2.
Using the Examples
For quick view or testing the example open the branch in stackblitz using the below pattern.
`https://stackblitz.com/github/rangle/angular-book-examples/`
You can leave branch name empty to open master, eg.
https://stackblitz.com/github/rangle/angular-book-examples
Using Pipes Example:
https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-using-pipes
> All examples by chapter are listed below.
##### Router
* [Basic Router](https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-basic-router)
* [Router Route Parmas](https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-router-route-paramas)
* [Programmatic Route Navigation](https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-programmatic-route-navigation)
* [Child Routes](https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-child-routes)
##### Pipes
* [Using Pipes](https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-using-pipes)
* [Custom Pipes](https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-custom-pipes)
* [Pure / Impure Pipes](https://stackblitz.com/github/rangle/angular-book-examples/tree/feat-pure-impure-pipes)