Skip to content

Commit 54cfd06

Browse files
committed
docs(component-router): give deprecation notice red color
1 parent 0c3620b commit 54cfd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/component-router.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
# Component Router
77

8-
<div class="alert alert-info">
8+
<div class="alert alert-danger">
99
**Deprecation Notice:** In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) has been deprecated and will not receive further updates.
1010
We are investigating backporting the new Angular Router to AngularJS, but alternatively, use the {@link ngRoute} module or community developed projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)).
1111
</div>
1212

1313
This guide describes the Component Router for AngularJS.
1414

1515
<div class="alert alert-info">
16-
If you are looking for information about the old router for AngularJS have a look at the {@link ngRoute} module.
16+
If you are looking for information about the default router for AngularJS have a look at the {@link ngRoute} module.
1717

1818
If you are looking for information about the Component Router for the new Angular then
1919
check out the [Angular Router Guide](https://angular.io/docs/ts/latest/guide/router.html).

0 commit comments

Comments
 (0)