docs(core): replace angular2/angular2 with the right barrel import.
Related to #5710 Closes #5847
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
Forms
|
||||
@cheatsheetIndex 3
|
||||
@description
|
||||
{@target js ts}`import {FORM_DIRECTIVES} from 'angular2/angular2';`{@endtarget}
|
||||
{@target dart}`import 'package:angular2/angular2.dart';`{@endtarget}
|
||||
{@target js ts}`import {FORM_DIRECTIVES} from 'angular2/common';`{@endtarget}
|
||||
{@target dart}`import 'package:angular2/common.dart';`{@endtarget}
|
||||
|
||||
@cheatsheetItem
|
||||
syntax:
|
||||
|
||||
Reference in New Issue
Block a user