From 86405345b781a9dc2438c0fbe3e9409245647019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uli=20K=C3=B6hler?= Date: Tue, 21 Jun 2016 01:45:35 +0200 Subject: [PATCH] doc: fix `enableDebugTools` import path (#9377) --- TOOLS_JS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS_JS.md b/TOOLS_JS.md index 3ab46a6201..9d4aaa1abc 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} from 'angular2/platform/browser'; +import {enableDebugTools} from '@angular/platform-browser'; bootstrap(Application).then((appRef) => { enableDebugTools(appRef);