doc: fix `enableDebugTools` import path (#9377)

This commit is contained in:
Uli Köhler 2016-06-21 01:45:35 +02:00 committed by Victor Berchet
parent 12c49042ab
commit 86405345b7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Ctrl + Shift + j.
By default the debug tools are disabled. You can enable debug tools as follows: By default the debug tools are disabled. You can enable debug tools as follows:
```typescript ```typescript
import {enableDebugTools} from 'angular2/platform/browser'; import {enableDebugTools} from '@angular/platform-browser';
bootstrap(Application).then((appRef) => { bootstrap(Application).then((appRef) => {
enableDebugTools(appRef); enableDebugTools(appRef);