https://github.com/angular/angular
Raw File
Tip revision: 52564571440a35ba49d1a53e8e3992bc1d178f95 authored by yjbanov on 15 October 2015, 23:38:08 UTC
chore: update v2.0.0-alpha.44 changelog
Tip revision: 5256457
test-init.dart
import 'package:angular2/src/core/dom/browser_adapter.dart';

main() {
  BrowserDomAdapter.makeCurrent();
}
back to top