@ -45,6 +45,10 @@ export {
|
||||
i7 as ɵi7,
|
||||
i8 as ɵi8,
|
||||
iV as ɵiV,
|
||||
N as ɵN,
|
||||
NH as ɵNH,
|
||||
NM as ɵNM,
|
||||
NS as ɵNS,
|
||||
pb1 as ɵpb1,
|
||||
pb2 as ɵpb2,
|
||||
pb3 as ɵpb3,
|
||||
|
@ -54,6 +54,11 @@ export {
|
||||
elementStyle as s,
|
||||
elementStyleNamed as sn,
|
||||
|
||||
namespace as N,
|
||||
namespaceHTML as NH,
|
||||
namespaceMathML as NM,
|
||||
namespaceSVG as NS,
|
||||
|
||||
listener as L,
|
||||
store as st,
|
||||
load as ld,
|
||||
|
@ -496,6 +496,7 @@ export function renderEmbeddedTemplate<T>(
|
||||
rf = RenderFlags.Create;
|
||||
}
|
||||
oldView = enterView(viewNode.data, viewNode);
|
||||
namespaceHTML();
|
||||
tView.template !(rf, context);
|
||||
if (rf & RenderFlags.Update) {
|
||||
refreshView();
|
||||
@ -521,6 +522,7 @@ export function renderComponentOrTemplate<T>(
|
||||
rendererFactory.begin();
|
||||
}
|
||||
if (template) {
|
||||
namespaceHTML();
|
||||
template(getRenderFlags(hostView), componentOrContext !);
|
||||
refreshView();
|
||||
} else {
|
||||
@ -2186,6 +2188,7 @@ export function detectChangesInternal<T>(hostView: LView, hostNode: LElementNode
|
||||
const template = hostView.tView.template !;
|
||||
|
||||
try {
|
||||
namespaceHTML();
|
||||
template(getRenderFlags(hostView), component);
|
||||
refreshView();
|
||||
} finally {
|
||||
|
Reference in New Issue
Block a user