From 352494658173c8c63d0159fd22a662ef50f0a86d Mon Sep 17 00:00:00 2001 From: vsavkin Date: Tue, 15 Dec 2015 13:21:00 -0800 Subject: [PATCH] fix(docs): fix an import in TOOLS_DART.md Closes #5923 --- TOOLS_DART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS_DART.md b/TOOLS_DART.md index 6eb34fe9a0..c61b97c25d 100644 --- a/TOOLS_DART.md +++ b/TOOLS_DART.md @@ -21,7 +21,7 @@ By default the debugging tools are disabled. Enable the debugging tools as follows: ```dart -import 'package:angular2/tools.dart'; +import 'package:angular2/platform/browser.dart'; main() async { var appRef = await bootstrap(Application);