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:
|
By default the debug tools are disabled. You can enable debug tools as follows:
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import {enableDebugTools} 'angular2/platform/browser';
|
import {enableDebugTools} from 'angular2/platform/browser';
|
||||||
|
|
||||||
bootstrap(Application).then((appRef) => {
|
bootstrap(Application).then((appRef) => {
|
||||||
enableDebugTools(appRef);
|
enableDebugTools(appRef);
|
||||||
|
|
Loading…
Reference in New Issue