https://github.com/angular/angular
Raw File
Tip revision: af9f48b24e00d9dffe86c728a198685c64f6a2a3 authored by Kevin Moore on 17 July 2015, 22:00:52 UTC
feat: FunctionWithParamTokens.execute now returns the value of the function
Tip revision: af9f48b
test-init.dart
import 'package:angular2/src/dom/browser_adapter.dart';

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