From 19b61b1cf353e2ae11236ff56054072559aad269 Mon Sep 17 00:00:00 2001 From: Anton Moiseev Date: Fri, 4 Dec 2015 18:14:46 +0300 Subject: [PATCH] docs(tools): fix import statement in the example Closes #5605 --- TOOLS_JS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS_JS.md b/TOOLS_JS.md index 2b9fc6572e..0f7aeffa61 100644 --- a/TOOLS_JS.md +++ b/TOOLS_JS.md @@ -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);