fix(docs): fix an import in TOOLS_DART.md

Closes #5923
This commit is contained in:
vsavkin 2015-12-15 13:21:00 -08:00 committed by Victor Savkin
parent 9276dad42c
commit 3524946581
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ By default the debugging tools are disabled.
Enable the debugging tools as follows: Enable the debugging tools as follows:
```dart ```dart
import 'package:angular2/tools.dart'; import 'package:angular2/platform/browser.dart';
main() async { main() async {
var appRef = await bootstrap(Application); var appRef = await bootstrap(Application);