docs(cheatsheet): add NgModules docs to the cheatsheet
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
@cheatsheetSection
|
||||
Forms
|
||||
@cheatsheetIndex 3
|
||||
@cheatsheetIndex 4
|
||||
@description
|
||||
{@target ts}`import {FORM_DIRECTIVES} from '@angular/common';`{@endtarget}
|
||||
{@target js}Available from `ng.common.FORM_DIRECTIVES`{@endtarget}
|
||||
{@target ts}`import {FormsModule} from '@angular/forms';`{@endtarget}
|
||||
{@target js}Available from `ng.forms.FormsModule`{@endtarget}
|
||||
{@target dart}Available using `platform_directives` in pubspec{@endtarget}
|
||||
|
||||
@cheatsheetItem
|
||||
|
Reference in New Issue
Block a user