File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
libs/cdk/render-strategies/docs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ By default the following configurations are set:
134
134
...
135
135
import {RxRenderStrategiesConfig , RX_RENDER_STRATEGIES_CONFIG } from ' @rx-angular/cdk/render-strategies' ;
136
136
137
- const CUSTOM_RX_ANGULAR_CONFIG: RxRenderStrategiesConfig <string > {
138
- primaryStrategy : ' global' ;
137
+ const CUSTOM_RX_ANGULAR_CONFIG: RxRenderStrategiesConfig <string > = {
138
+ primaryStrategy: ' global' ,
139
139
patchZone: false
140
140
}
141
141
@@ -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