An open API service indexing awesome lists of open source software.

https://github.com/rangle/angular-book-examples


https://github.com/rangle/angular-book-examples

Last synced: about 1 year ago
JSON representation

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)