fix(ivy): change detection strategy not being passed to compiler (#27753)
Fixes the defined change detection strategy not being passed to the compiler when a component is being compiled. PR Close #27753
This commit is contained in:

committed by
Matias Niemelä

parent
4b70a4e905
commit
a833b98fd0
@ -130,6 +130,7 @@ export class CompilerFacadeImpl implements CompilerFacade {
|
||||
styles: facade.styles || [],
|
||||
encapsulation: facade.encapsulation as any,
|
||||
interpolation: interpolationConfig,
|
||||
changeDetection: facade.changeDetection,
|
||||
animations: facade.animations != null ? new WrappedNodeExpr(facade.animations) : null,
|
||||
viewProviders: facade.viewProviders != null ? new WrappedNodeExpr(facade.viewProviders) :
|
||||
null,
|
||||
|
Reference in New Issue
Block a user