File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
libs/cdk/render-strategies/docs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ export class AnyModule {
158
158
...
159
159
import {RxRenderStrategiesConfig , RX_RENDER_STRATEGIES_CONFIG } from ' @rx-angular/cdk/render-strategies' ;
160
160
161
- const FEATURE_RX_ANGULAR_CONFIG: RxRenderStrategiesConfig <string > {
162
- primaryStrategy : ' global' ;
161
+ const FEATURE_RX_ANGULAR_CONFIG: RxRenderStrategiesConfig <string > = {
162
+ primaryStrategy: ' global' ,
163
163
patchZone: false
164
164
}
165
165
@@ -182,8 +182,8 @@ export class AnyFeatureModule {
182
182
...
183
183
import {RxRenderStrategiesConfig , RX_RENDER_STRATEGIES_CONFIG } from ' @rx-angular/cdk/render-strategies' ;
184
184
185
- const COMPONENT_RX_ANGULAR_CONFIG: RxRenderStrategiesConfig <string > {
186
- primaryStrategy : ' global' ;
185
+ const COMPONENT_RX_ANGULAR_CONFIG: RxRenderStrategiesConfig <string > = {
186
+ primaryStrategy: ' global' ,
187
187
patchZone: false
188
188
}
189
189
You can’t perform that action at this time.
0 commit comments