fix browser-support, style-guide and toh-pt5

This commit is contained in:
Rex YE 2016-11-22 14:54:35 +00:00
parent 1e105bff95
commit b3555bf990
3 changed files with 9 additions and 13 deletions

View File

@ -248,19 +248,13 @@ table
td MIT / Unicode licence
td 13.5KB
tr
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
td
a#web-animations(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations
td Apache
td 14.8KB
tr
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 4KB
tr

View File

@ -3006,8 +3006,9 @@ a(href="#toc") 回到顶部
<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">
</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.
**考虑**使用[Atom](https://atom.io/)的[代码片断](https://atom.io/packages/angular-2-typescript-snippets)来实施本风格指南。

View File

@ -222,6 +222,7 @@ block keep-app-running
* Move the following from `HeroesComponent` to `AppComponent`:
* 将下面的项目从`HeroesComponent`移到`AppComponent`
* `title` class property
* `title`类属性
@ -231,8 +232,8 @@ block keep-app-running
* 在模板中添加一个`<h1>`标签,包裹着到`title`属性的绑定。
* 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.