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,7 +2,7 @@
Class decorators
@cheatsheetIndex 5
@description
{@target ts}`import {Directive, ...} from '@angular/core';`{@endtarget}
{@target ts}`import { Directive, ... } from '@angular/core';`{@endtarget}
{@target js}Available from the `ng.core` namespace{@endtarget}
{@target dart}`import 'package:angular2/core.dart';`{@endtarget}