Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8853312

Browse files
committed
docs(component-router): give deprecation notice red color
1 parent 049b24d commit 8853312

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/content/guide/component-router.ngdoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55

66
# Component Router
77

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

1515
<div class="alert alert-info">
16-
If you are looking for information about the old router for AngularJS 1.4 and
17-
earlier 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.
1817

19-
If you are looking for information about the Component Router for Angular 2 then
20-
check out the [Angular 2 Router Guide](https://angular.io/docs/ts/latest/guide/router.html).
18+
If you are looking for information about the Component Router for the new Angular then
19+
check out the [Angular Router Guide](https://angular.io/docs/ts/latest/guide/router.html).
2120
</div>
2221

2322
## Overview

0 commit comments

Comments
 (0)