| // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file | |
| // for details. All rights reserved. Use of this source code is governed by a | |
| // BSD-style license that can be found in the LICENSE file. | |
| import 'package:angular/angular.dart'; | |
| // ignore: uri_has_not_been_generated | |
| import 'package:webdev_example_app/app_component.template.dart' as ng; | |
| void main() { | |
| // ignore: argument_type_not_assignable | |
| runApp(ng.AppComponentNgFactory); | |
| } |