mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
5 lines
108 B
Dart
5 lines
108 B
Dart
import 'package:angular2/src/core/dom/browser_adapter.dart';
|
|
|
|
main() {
|
|
BrowserDomAdapter.makeCurrent();
|
|
}
|