File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ environment:
5
5
sdk : " >=2.0.0-dev.32.0 <2.0.0"
6
6
7
7
dependencies :
8
- angular : ^5.0.0-alpha+8
8
+ angular : ^5.0.0-alpha+10
9
9
10
10
dev_dependencies :
11
- build_runner : ^0.8.0
12
- build_web_compilers : ^0.3.4
11
+ build_runner : ^0.8.2
12
+ build_web_compilers : ^0.3.6
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'package:angular/experimental .dart' ;
5
+ import 'package:angular/angular .dart' ;
6
6
7
7
// ignore: uri_has_not_been_generated
8
8
import 'package:webdev_example_app/app_component.template.dart' as ng;
9
9
10
10
main () {
11
11
// ignore: argument_type_not_assignable
12
- bootstrapFactory (ng.AppComponentNgFactory );
12
+ runApp (ng.AppComponentNgFactory );
13
13
}
You can’t perform that action at this time.
0 commit comments