Skip to content

Commit 9c5bb86

Browse files
committed
Update README.md
1 parent 8ea35c5 commit 9c5bb86

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,22 @@ Each Pull Request will contain explanation and steps taken to complete a feature
1515
- [Add project on Travis CI](https://github.com/brunolm/angular-how-to/pull/2)
1616
- [Add code coverage and coveralls integration](https://github.com/brunolm/angular-how-to/pull/3)
1717
- [Add code coverage thresholds](https://github.com/brunolm/angular-how-to/pull/4)
18+
- [Testing a component with routes](https://github.com/brunolm/angular-how-to/commit/e69ca7d75561ae522bad8de76482e472aeee00c9)
1819

1920
## Installing Frameworks and Libs
2021

2122
- [Add Boostrap 4](https://github.com/brunolm/angular-how-to/pull/5)
2223

23-
2424
## Routes
2525

2626
- [Adding routes](https://github.com/brunolm/angular-how-to/pull/7)
27+
- [Adding a subroute](https://github.com/brunolm/angular-how-to/commit/1f5b257a273d385b1f4b45d76466b024fb5fa798)
28+
- [Identifying current route in a link (ex: active menu)](https://github.com/brunolm/angular-how-to/commit/a318697990da9aee8dee64102927f523d4d6d231)
29+
30+
## Modules & Components
31+
32+
- [Sub-modules and components](https://github.com/brunolm/angular-how-to/pull/9)
33+
- [Sharing components from one module and importing in another](https://github.com/brunolm/angular-how-to/commit/ed662a5bd4eac6f3dbfcc466ae7c459fede35435)
34+
- [Declaring and exporting common components](https://github.com/brunolm/angular-how-to/commit/a78c9f50d1d98d064f113a588b044d363e121745)
35+
- [Creating a component that can receive values through attributes with @Input decorator](https://github.com/brunolm/angular-how-to/commit/6261d26af1dfa91410687b379256bc719ff70be0)
36+
- [Example markup usage](https://github.com/brunolm/angular-how-to/commit/961248c697d3fa51ada318dbb08e9480d06db413)

0 commit comments

Comments
 (0)