angular 2 render directives

angular 2 render directives

ID:39776600

大?。?80.80 KB

頁(yè)數(shù):9頁(yè)

時(shí)間:2019-07-11

angular 2 render directives_第1頁(yè)
angular 2 render directives_第2頁(yè)
angular 2 render directives_第3頁(yè)
angular 2 render directives_第4頁(yè)
angular 2 render directives_第5頁(yè)
資源描述:

《angular 2 render directives》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。

1、Angular2RenderDirectivesSTATUS:?DRAFTyjbanov@google.comA?render?directive?is?a?new?kind?of?directive?introduced?in?Angular?2.?It?addresses?the?need?to?implement?platformspecific?features?that?Angular?core?does?not?provide?outofthebox.?Render?directives?provide?API?to?the?developer?to?inter

2、act?directly?with?the?Render?API?and?platform?APIs,?such?as?browser?HTML?DOM?API.This?document?describes?the?design?for?render?directives?for?the?browser.?It?is?likely?that?we?will?need?a?similar?concept?for?nonbrowser?environments,?but?that?is?out?of?scope?for?this?document.?Code?samples?

3、in?this?document?are?written?in?Dart?but?apply?to?TypeScript?as?well.BackgroundDesignSelecting?NodesRenderDirective?annotationDefining?render?directivesContext?objectsValue?bindingAutopipesLifecycleEventsBackgroundAngular’s?application?layer?is?designed?to?be?platformagnostic.?This?include

4、s?DI,?directives,?change?detection?and?the?template?language.?It?does?not?mean?that?you?write?an?application?once?and?run?it?on?all?platforms.?It?means?you?learn?the?core?Angular?concepts?and?APIs?once,?and?reuse?that?knowledge?on?many?platforms.?However,?a?given?Angular?application?target

5、s?a?specific?platform,?and?therefore?needs?access?to?that?platform’s?features.?Usecases?include:Binding?to?native?properties,?such?as?“classList”?(DOMTokenList),?“style”?(CSSStyleDeclaration)?and?“attributes”?(NamedNodeMap).Animations,?overlays?and?other?styling?and?theming?aspectsCustom?d

6、ata?modelstoDOM?syncing,?for?example:Game?scene?graph?synced?to?canvasVirtualDOM?synced?to?real?HTML?DOMChart?data?synced?to?SVGDesignDefinition:?Render?directives?is?a?developerfacing?API?for?implementing?browserspecific?features?in?Angular.Render?directives?live?in?the?render?layer?and?o

7、perate?on?native?HTML?DOM?nodes?and?View?objects?as?defined?in?Angular’s?Render?API.?They?do?not?directly?participate?it?change?detection?and?dependency?injection.?The?application?is?connected?to?render?directives?through?the?Renderer,?and?can?pass?data?throug

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。