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 @@ 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/router.dart';`{@endtarget}
{@target dart}`import 'package:angular2/angular2.dart';`{@endtarget}
@cheatsheetItem