parent
5e50859a03
commit
19b61b1cf3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue