fix browser-support, style-guide and toh-pt5
This commit is contained in:
parent
1e105bff95
commit
b3555bf990
@ -249,17 +249,11 @@ table
|
|||||||
td 13.5KB
|
td 13.5KB
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
p.
|
|
||||||
a(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations
|
|
||||||
p.
|
|
||||||
a#web-animations(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations
|
a#web-animations(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations
|
||||||
td Apache
|
td Apache
|
||||||
td 14.8KB
|
td 14.8KB
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
p.
|
|
||||||
a(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") Typed Array
|
|
||||||
p.
|
|
||||||
a#typedarray(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") Typed Array
|
a#typedarray(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") Typed Array
|
||||||
td MIT
|
td MIT
|
||||||
td 4KB
|
td 4KB
|
||||||
|
@ -3007,7 +3007,8 @@ a(href="#toc") 回到顶部
|
|||||||
<a href="https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular2">
|
<a href="https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular2">
|
||||||
<img src="https://github.com/johnpapa/vscode-angular2-snippets/raw/master/images/use-extension.gif" width="80%" alt="Use Extension">
|
<img src="https://github.com/johnpapa/vscode-angular2-snippets/raw/master/images/use-extension.gif" width="80%" alt="Use Extension">
|
||||||
</a>
|
</a>
|
||||||
|
.s-rule.consider
|
||||||
|
:marked
|
||||||
**Consider** using [snippets](https://atom.io/packages/angular-2-typescript-snippets) for [Atom](https://atom.io/) that follow these styles and guidelines.
|
**Consider** using [snippets](https://atom.io/packages/angular-2-typescript-snippets) for [Atom](https://atom.io/) that follow these styles and guidelines.
|
||||||
|
|
||||||
**考虑**使用[Atom](https://atom.io/)的[代码片断](https://atom.io/packages/angular-2-typescript-snippets)来实施本风格指南。
|
**考虑**使用[Atom](https://atom.io/)的[代码片断](https://atom.io/packages/angular-2-typescript-snippets)来实施本风格指南。
|
||||||
|
@ -222,6 +222,7 @@ block keep-app-running
|
|||||||
* Move the following from `HeroesComponent` to `AppComponent`:
|
* Move the following from `HeroesComponent` to `AppComponent`:
|
||||||
|
|
||||||
* 将下面的项目从`HeroesComponent`移到`AppComponent`:
|
* 将下面的项目从`HeroesComponent`移到`AppComponent`:
|
||||||
|
|
||||||
* `title` class property
|
* `title` class property
|
||||||
|
|
||||||
* `title`类属性
|
* `title`类属性
|
||||||
@ -231,8 +232,8 @@ block keep-app-running
|
|||||||
* 在模板中添加一个`<h1>`标签,包裹着到`title`属性的绑定。
|
* 在模板中添加一个`<h1>`标签,包裹着到`title`属性的绑定。
|
||||||
|
|
||||||
* Add a `<my-heroes>` element to the app template just below the heading so we still see the heroes.
|
* Add a `<my-heroes>` element to the app template just below the heading so we still see the heroes.
|
||||||
*
|
|
||||||
在模板中添加`<my-heroes>`标签,以便我们仍能看到英雄列表。
|
* 在模板中添加`<my-heroes>`标签,以便我们仍能看到英雄列表。
|
||||||
|
|
||||||
* Add `HeroesComponent` to the `!{_declsVsDirectives}` !{_array} of `!{_AppModuleVsAppComp}` so Angular recognizes the `<my-heroes>` tags.
|
* Add `HeroesComponent` to the `!{_declsVsDirectives}` !{_array} of `!{_AppModuleVsAppComp}` so Angular recognizes the `<my-heroes>` tags.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user