docs(cheatsheet): fix Dart cheatsheet
Also deletes an extraneous period from the JS cheatsheet. Closes #5936
This commit is contained in:

committed by
Igor Minar

parent
24d5b665e1
commit
a26053d3ff
@ -4,7 +4,7 @@ Built-in directives
|
||||
@description
|
||||
{@target ts}`import {NgIf, ...} from 'angular2/common';`{@endtarget}
|
||||
{@target js}Available from the `ng.common` namespace{@endtarget}
|
||||
{@target dart}`import 'package:angular2/common.dart';`{@endtarget}
|
||||
{@target dart}Available using `platform_directives` in pubspec{@endtarget}
|
||||
|
||||
@cheatsheetItem
|
||||
syntax:
|
||||
|
Reference in New Issue
Block a user