blob: aa566c3a27b65402de913cef408db843bc8b4beb [file] [log] [blame]
// 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);
}