docs(cheatsheet): fix Dart cheatsheet

Also deletes an extraneous period from the JS cheatsheet.

Closes #5936
This commit is contained in:
Kathy Walrath
2015-12-15 17:36:40 -08:00
committed by Igor Minar
parent 24d5b665e1
commit a26053d3ff
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ Dependency injection configuration
@description
{@target ts}`import {provide} from 'angular2/core';`{@endtarget}
{@target js}Available from the `ng.core` namespace{@endtarget}
{@target dart}`import 'package:angular2/core.dart';`{@endtarget}
{@target dart}`import 'package:angular2/angular2.dart';`{@endtarget}
@cheatsheetItem
syntax(ts dart):