This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
929abb9aa3
angular-docs-cn
/
modules
/
angular2
/
render.ts
5 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(render): re-export render and export `DirectiveResolver` Closes #2026
2015-05-22 19:06:38 -04:00
/
*
*
refactor(core): move render/dom from core Currently, core depends on DomRenderer, which depends on the browser. This means that if you depend on angular2/core, you will always pull in the browser dom adapter and the browser render, regardless if you need them or not. This PR moves the browser dom adapter and the browser renderer out of core. BREAKING CHANGE If you import browser adapter or dom renderer directly (not via angular2/core), you will have to change the import path.
2015-11-17 18:24:36 -05:00
*
@deprecated
import
angular2
/
render
/
dom
instead
feat(render): re-export render and export `DirectiveResolver` Closes #2026
2015-05-22 19:06:38 -04:00
*
/
refactor: export core APIs from angular2/core This change moves many APIs to the angular2/core export. This change also automatically adds FORM_BINDINGS in the application root injector. BREAKING CHANGE: Many dependencies that were previously exported from specific APIs are now exported from angular2/core. Affected exports, which should now be included from angular2/core include: angular2/forms angular2/di angular2/directives angular2/change_detection angular2/bootstrap (except for dart users) angular2/render angular2/metadata angular2/debug angular2/pipes Closes #3977
2015-09-04 01:01:36 -04:00
export
*
from
'./src/core/render'
;