docs(cheatsheet/dart): fix imports

Closes #7872
This commit is contained in:
Kathy Walrath
2016-04-01 13:03:10 -07:00
parent 247964af62
commit 09a95a692e
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Routing and navigation
@description
{@target ts}`import {RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, ...} from 'angular2/router';`{@endtarget}
{@target js}Available from the `ng.router` namespace{@endtarget}
{@target dart}`import 'package:angular2/angular2.dart';`{@endtarget}
{@target dart}`import 'package:angular2/router.dart';`{@endtarget}
@cheatsheetItem