docs(cheatsheet): fix bootstrap ts namespace

Fix https://github.com/angular/angular.io/issues/615
Closes #6159
This commit is contained in:
Filipe Silva 2015-12-28 20:19:48 +00:00
parent c56679e8e1
commit b3c7df1783
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Bootstrapping
@cheatsheetIndex 0
@description
{@target ts}`import {bootstrap} from 'angular2/angular2';`{@endtarget}
{@target ts}`import {bootstrap} from 'angular2/platform/browser';`{@endtarget}
{@target js}Available from the `ng.platform.browser` namespace.{@endtarget}
{@target dart}`import 'package:angular2/bootstrap.dart';`{@endtarget}