docs(tools): fix import statement in the example

Closes #5605
This commit is contained in:
Anton Moiseev 2015-12-04 18:14:46 +03:00
parent 5e50859a03
commit 19b61b1cf3
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:
```typescript
import {enableDebugTools} 'angular2/platform/browser';
import {enableDebugTools} from 'angular2/platform/browser';
bootstrap(Application).then((appRef) => {
enableDebugTools(appRef);