2018-07-07 13:46:40 +00:00
|
|
|
import 'package:angular/angular.dart';
|
|
|
|
import 'package:rules_of_living/app_component.template.dart' as ng;
|
2018-07-05 15:59:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
void main() {
|
2018-07-07 13:46:40 +00:00
|
|
|
runApp(ng.AppComponentNgFactory);
|
2018-07-05 15:59:11 +00:00
|
|
|
}
|