This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
0
You've already forked angular-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
angular-cn
/
modules
/
angular2
/
src
/
core
/
application.ts
2 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(bootstrap): remove the need for explicit reflection setup in bootstrap code BREAKING CHANGES: Dart applications and TypeScript applications meant to transpile to Dart must now import `package:angular2/bootstrap.dart` instead of `package:angular2/angular2.dart` in their bootstrap code. `package:angular2/angular2.dart` no longer export the bootstrap function. The transformer rewrites imports of `bootstrap.dart` and calls to `bootstrap` to `bootstrap_static.dart` and `bootstrapStatic` respectively.
2015-07-22 10:18:04 -07:00
export
{
ApplicationRef
,
commonBootstrap
as
bootstrap
}
from
'./application_common'
;
Reference in New Issue
Copy Permalink