Skip to content

Commit 03680e2

Browse files
wardbellFoxandxss
authored andcommitted
chore: more "angular2" to "angular" cleanup (angular#2417)
1 parent 7d45d60 commit 03680e2

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

public/docs/_includes/styleguide/_code-examples.jade

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ include ../../../_includes/_util-fns
160160
code-example(format="linenums" language="html").
161161
<!-- #docregion -->
162162
...
163-
<script src="https://code.angularjs.org/2.0.0-beta.7/angular2.sfx.dev.js"></script>
164163
<script src="app.js"></script>
165164
...
166165

@@ -285,9 +284,9 @@ include ../../../_includes/_util-fns
285284
Styling selected portions of the json is also supported.
286285

287286
code-example(format="" language="js").
288-
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*traceur.*)/, /(\Sangular2.*)/, /(\Ssystem.*)/ ]})
287+
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*zone.*)/, /(\Score-js.*)/, /(\Ssystem.*)/ ]})
289288

290-
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*traceur.*)/, /(\Sangular2.*)/, /(\Ssystem.*)/ ]})
289+
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*zone.*)/, /(\Score-js.*)/, /(\Ssystem.*)/ ]})
291290

292291
:marked
293292
As well as styling across multiple lines.
@@ -422,7 +421,7 @@ include ../../../_includes/_util-fns
422421
.alert.is-important.
423422
The '@example' and '@exampleTabs' inline tags MUST always appear at the beginning of a line.
424423

425-
Example files referenced by inline tags are all assumed to be in the 'modules/angular2' folder in the angular/angular repo.
424+
Example files referenced by inline tags are all assumed to be in the 'modules/@angular' folder in the angular/angular repo.
426425

427426
:marked
428427
#### @example inline tag parameters

public/docs/ts/latest/guide/architecture.jade

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,5 @@ code-example().
575575
> [**Router**](router.html): Navigate from page to page within the client
576576
application and never leave the browser.
577577

578-
> [**Testing**](testing.html): Run unit tests with Angular's
579-
[testing library](https://pub.dartlang.org/packages/angular2_testing)
580-
on your application parts as they interact with the Angular framework.
578+
> [**Testing**](testing.html): Run unit tests on your application parts as they interact with the Angular framework
579+
using the _Angular Testing Platform_.
Loading

tools/doc-shredder/_test/test_jade/guides/setupAlt2.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include ../../../../_includes/_util-fns
22

33
.l-main-section
44
:marked
5-
## Install Angular2
5+
## Install Angular
66
There are four steps to create any Angular app:
77

88
1. Create an entry point HTML file where users will start

tools/doc-shredder/_test/test_jade/setupAlt.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include ../../../../_includes/_util-fns
22

33
.l-main-section
44
:marked
5-
## Install Angular2
5+
## Install Angular
66
There are four steps to create any Angular app:
77

88
1. Create an entry point HTML file where users will start

0 commit comments

Comments
 (0)