docs(cheatsheet): add NgModules docs to the cheatsheet

This commit is contained in:
Igor Minar
2016-08-08 17:18:50 -07:00
parent d21331e902
commit d1f4222c83
13 changed files with 63 additions and 34 deletions

View File

@ -1,6 +1,6 @@
@cheatsheetSection
Directive configuration
@cheatsheetIndex 5
@cheatsheetIndex 6
@description
{@target ts}`@Directive({ property1: value1, ... })`{@endtarget}
{@target js}`ng.core.Directive({ property1: value1, ... }).Class({...})`{@endtarget}