docs(cheatsheet) adding JS specific syntax to cheatsheet

Closes #5861
This commit is contained in:
Jeremy Wilken
2015-12-12 21:17:26 -06:00
committed by Igor Minar
parent e950dd6a2a
commit 2835265916
10 changed files with 138 additions and 49 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
Forms
@cheatsheetIndex 3
@description
{@target js ts}`import {FORM_DIRECTIVES} from 'angular2/common';`{@endtarget}
{@target ts}`import {FORM_DIRECTIVES} from 'angular2/common';`{@endtarget}
{@target js}Available from `ng.common.FORM_DIRECTIVES`{@endtarget}
{@target dart}`import 'package:angular2/common.dart';`{@endtarget}
@cheatsheetItem