@@ -242,7 +242,6 @@ describe('rxMethod', () => {
242
242
@Component ( {
243
243
selector : 'app-without-store' ,
244
244
template : '' ,
245
- standalone : true ,
246
245
} )
247
246
class WithoutStoreComponent { }
248
247
@@ -267,7 +266,6 @@ describe('rxMethod', () => {
267
266
@Component ( {
268
267
selector : 'app-with-store' ,
269
268
template : '' ,
270
- standalone : true ,
271
269
} )
272
270
class WithStoreComponent {
273
271
store = inject ( GlobalService ) ;
@@ -304,7 +302,6 @@ describe('rxMethod', () => {
304
302
@Component ( {
305
303
selector : 'app-with-store' ,
306
304
template : '' ,
307
- standalone : true ,
308
305
} )
309
306
class WithStoreComponent {
310
307
store = inject ( GlobalService ) ;
@@ -335,7 +332,6 @@ describe('rxMethod', () => {
335
332
@Component ( {
336
333
selector : 'app-with-store' ,
337
334
template : '' ,
338
- standalone : true ,
339
335
} )
340
336
class WithStoreComponent implements OnInit {
341
337
store = inject ( GlobalService ) ;
@@ -369,7 +365,6 @@ describe('rxMethod', () => {
369
365
@Component ( {
370
366
selector : 'app-with-store' ,
371
367
template : '' ,
372
- standalone : true ,
373
368
} )
374
369
class WithStoreComponent implements OnInit {
375
370
store = inject ( GlobalService ) ;
@@ -399,7 +394,6 @@ describe('rxMethod', () => {
399
394
@Component ( {
400
395
selector : 'app-with-store' ,
401
396
template : '' ,
402
- standalone : true ,
403
397
} )
404
398
class WithStoreComponent implements OnInit {
405
399
store = inject ( GlobalService ) ;
0 commit comments