Skip to content

Commit b3c7df1

Browse files
committed
docs(cheatsheet): fix bootstrap ts namespace
Fix angular/angular.io#615 Closes #6159
1 parent c56679e commit b3c7df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/docs/cheatsheet/bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Bootstrapping
33
@cheatsheetIndex 0
44
@description
5-
{@target ts}`import {bootstrap} from 'angular2/angular2';`{@endtarget}
5+
{@target ts}`import {bootstrap} from 'angular2/platform/browser';`{@endtarget}
66
{@target js}Available from the `ng.platform.browser` namespace.{@endtarget}
77
{@target dart}`import 'package:angular2/bootstrap.dart';`{@endtarget}
88

0 commit comments

Comments
 (0)