X Tutup
Skip to content

Commit 3524946

Browse files
committed
fix(docs): fix an import in TOOLS_DART.md
Closes #5923
1 parent 9276dad commit 3524946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TOOLS_DART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ By default the debugging tools are disabled.
2121
Enable the debugging tools as follows:
2222

2323
```dart
24-
import 'package:angular2/tools.dart';
24+
import 'package:angular2/platform/browser.dart';
2525
2626
main() async {
2727
var appRef = await bootstrap(Application);

0 commit comments

Comments
 (0)
X Tutup