https://github.com/angular/angular
Revision f4b5011bfabfafaed5b46812394e3f68cb3ed5c3 authored by Brian Ford on 27 June 2015, 01:15:10 UTC, committed by Brian Ford on 30 June 2015, 17:09:54 UTC
1 parent 3e65037
Raw File
Tip revision: f4b5011bfabfafaed5b46812394e3f68cb3ed5c3 authored by Brian Ford on 27 June 2015, 01:15:10 UTC
feat(router): support deep-linking to anywhere in the app
Tip revision: f4b5011
test-init.dart
import 'package:angular2/src/dom/browser_adapter.dart';

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