We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9276dad commit 3524946Copy full SHA for 3524946
1 file changed
TOOLS_DART.md
@@ -21,7 +21,7 @@ By default the debugging tools are disabled.
21
Enable the debugging tools as follows:
22
23
```dart
24
-import 'package:angular2/tools.dart';
+import 'package:angular2/platform/browser.dart';
25
26
main() async {
27
var appRef = await bootstrap(Application);
0 commit comments