Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/modules/angular2/render.ts

20 lines
376 B
TypeScript
Raw Normal View History

feat(render): re-export render and export `DirectiveResolver` Closes #2026
2015-05-22 16:06:38 -07:00
/**
* @module
* @description
* This module provides advanced support for extending dom strategy.
*/
chore(API): cleaned up top level imports (render)
2015-07-24 14:56:57 -07:00
export {
RenderEventDispatcher,
Renderer,
RenderElementRef,
RenderViewRef,
RenderProtoViewRef,
RenderFragmentRef,
RenderViewWithFragments,
DomRenderer,
DOCUMENT_TOKEN,
refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` BREAKING CHANGES: - `ShadowDomStrategy` was removed. To specify the encapsulation of a component use `@View(encapsulation: ViewEncapsulation.NONE | ViewEncapsulation.EMULATED | ViewEncapsulation.NATIVE)` - The default encapsulation strategy is now `ViewEncapsulation.EMULATED` if a component contains styles and `ViewEncapsulation.NONE` if it does not. Before this was always `NONE`. - `ViewLoader` now returns the template as a string and the styles as a separate array
2015-07-24 15:28:44 -07:00
APP_ID_TOKEN,
chore(API): cleaned up top level imports (render)
2015-07-24 14:56:57 -07:00
DOM_REFLECT_PROPERTIES_AS_ATTRIBUTES
} from './src/render/render';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 154ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API