https://github.com/angular/angular
Raw File
Tip revision: 15bf6caee6c7c1f6cf4c62b75e8d112e21c6e774 authored by Kevin Moore on 10 June 2015, 17:41:20 UTC
fix: compare strings with StringWrapper.equals
Tip revision: 15bf6ca
test-init.dart
import 'package:angular2/src/dom/browser_adapter.dart';

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