Tobias Bosch
|
6a0cbb8a57
|
refactor(core): type `ComponentRef`, `ComponentFactory` and `ComponentFixture` by the component type
BREAKING CHANGE:
- `ComponetRef`, `ComponentFactory`, `ComponentFixture` now all require a type
parameter with the component type.
Closes #8361
|
2016-04-30 19:47:54 +00:00 |
vsavkin
|
62a0809e81
|
feat(router): listen to location changes
Closes #8362
|
2016-04-30 19:02:14 +00:00 |
vsavkin
|
76d6f5fa0d
|
fix(router): canDeactivate should not change the url when returns false
Closes #8360
|
2016-04-30 17:50:28 +00:00 |
vsavkin
|
e5b87e55da
|
feat(router): implement relative navigation
|
2016-04-29 18:04:55 -07:00 |
vsavkin
|
30de2db349
|
cleanup(router): make analyzer happy
Closes #8220
|
2016-04-29 02:45:57 +00:00 |
vsavkin
|
560cc14d97
|
feat(router): change location when navigating
|
2016-04-29 02:45:57 +00:00 |
vsavkin
|
de56dd5f30
|
feat(router): add RouterLink
|
2016-04-29 02:45:57 +00:00 |
vsavkin
|
6e1fed42b7
|
feat(router): add Router and RouterOutlet to support aux routes
|
2016-04-29 02:45:57 +00:00 |
vsavkin
|
5a897cf299
|
feat(router): add Router and RouterOutlet
Closes #8173
|
2016-04-25 22:41:33 +00:00 |