feat(core): add begin
and end
renderer methods to track change detection
This commit is contained in:
@ -52,6 +52,9 @@ export class ServerRendererFactory2 implements RendererFactory2 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
begin() {}
|
||||
end() {}
|
||||
}
|
||||
|
||||
class DefaultServerRenderer2 implements Renderer2 {
|
||||
|
Reference in New Issue
Block a user