mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
50098767fc
Introduces angular2/src/core/compiler/ViewFactory which extracts ProtoView.instantiate and replaces ViewPool. Note: This is a work in progress commit to unblock other commits. There will be follow ups to add unit tests, remove TODOs, …
6 lines
103 B
Dart
6 lines
103 B
Dart
import 'package:angular2/src/dom/browser_adapter.dart';
|
|
|
|
main() {
|
|
BrowserDomAdapter.makeCurrent();
|
|
}
|