chore: more "angular2" to "angular" cleanup (#2417)

This commit is contained in:
Ward Bell 2016-09-20 02:37:16 -07:00 committed by Jesús Rodríguez
parent 7d45d60c91
commit 03680e23bb
5 changed files with 7 additions and 9 deletions

View File

@ -160,7 +160,6 @@ include ../../../_includes/_util-fns
code-example(format="linenums" language="html").
<!-- #docregion -->
...
<script src="https://code.angularjs.org/2.0.0-beta.7/angular2.sfx.dev.js"></script>
<script src="app.js"></script>
...
@ -285,9 +284,9 @@ include ../../../_includes/_util-fns
Styling selected portions of the json is also supported.
code-example(format="" language="js").
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*traceur.*)/, /(\Sangular2.*)/, /(\Ssystem.*)/ ]})
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*zone.*)/, /(\Score-js.*)/, /(\Ssystem.*)/ ]})
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*traceur.*)/, /(\Sangular2.*)/, /(\Ssystem.*)/ ]})
+makeJson('styleguide/package.1.json', {paths: 'dependencies'}, "package.json dependencies", { pnk: [/(\S*zone.*)/, /(\Score-js.*)/, /(\Ssystem.*)/ ]})
:marked
As well as styling across multiple lines.
@ -422,7 +421,7 @@ include ../../../_includes/_util-fns
.alert.is-important.
The '@example' and '@exampleTabs' inline tags MUST always appear at the beginning of a line.
Example files referenced by inline tags are all assumed to be in the 'modules/angular2' folder in the angular/angular repo.
Example files referenced by inline tags are all assumed to be in the 'modules/@angular' folder in the angular/angular repo.
:marked
#### @example inline tag parameters

View File

@ -575,6 +575,5 @@ code-example().
> [**Router**](router.html): Navigate from page to page within the client
application and never leave the browser.
> [**Testing**](testing.html): Run unit tests with Angular's
[testing library](https://pub.dartlang.org/packages/angular2_testing)
on your application parts as they interact with the Angular framework.
> [**Testing**](testing.html): Run unit tests on your application parts as they interact with the Angular framework
using the _Angular Testing Platform_.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -2,7 +2,7 @@ include ../../../../_includes/_util-fns
.l-main-section
:marked
## Install Angular2
## Install Angular
There are four steps to create any Angular app:
1. Create an entry point HTML file where users will start

View File

@ -2,7 +2,7 @@ include ../../../../_includes/_util-fns
.l-main-section
:marked
## Install Angular2
## Install Angular
There are four steps to create any Angular app:
1. Create an entry point HTML file where users will start