mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6 lines
108 B
Dart
6 lines
108 B
Dart
import 'package:angular2/src/core/dom/browser_adapter.dart';
|
|
|
|
main() {
|
|
BrowserDomAdapter.makeCurrent();
|
|
}
|