docs(cheatsheet): update for rc5

This commit is contained in:
Jesús Rodríguez
2016-08-09 02:25:42 +02:00
parent d1f4222c83
commit f08257ff4a
6 changed files with 131 additions and 56 deletions

View File

@ -2,8 +2,8 @@
Built-in directives
@cheatsheetIndex 3
@description
{@target ts}`import {NgIf, ...} from '@angular/common';`{@endtarget}
{@target js}Available from the `ng.common` namespace{@endtarget}
{@target ts}`import { CommonModule } from '@angular/common';`{@endtarget}
{@target js}Available from the `ng.common.CommonModule` namespace{@endtarget}
{@target dart}Available using `platform_directives` in pubspec{@endtarget}
@cheatsheetItem