@@ -24,24 +24,22 @@ describe('igxGridEditingActions #grid ', () => {
24
24
configureTestSuite ( ) ;
25
25
beforeAll ( waitForAsync ( ( ) => {
26
26
TestBed . configureTestingModule ( {
27
- declarations : [
28
- IgxActionStripTestingComponent ,
29
- IgxActionStripPinEditComponent ,
30
- IgxActionStripEditMenuComponent ,
31
- IgxHierarchicalGridActionStripComponent ,
32
- IgxTreeGridEditActionsComponent ,
33
- IgxActionStripOneRowComponent ,
34
- IgxActionStripMenuOneRowComponent
35
- ] ,
36
- imports : [
37
- NoopAnimationsModule ,
38
- IgxActionStripModule ,
39
- IgxGridModule ,
40
- IgxHierarchicalGridModule ,
41
- IgxIconModule ,
42
- IgxTreeGridModule
43
- ]
44
- } ) . compileComponents ( ) ;
27
+ declarations : [ IgxHierarchicalGridActionStripComponent ,
28
+ IgxTreeGridEditActionsComponent ] ,
29
+ imports : [
30
+ NoopAnimationsModule ,
31
+ IgxActionStripModule ,
32
+ IgxGridModule ,
33
+ IgxHierarchicalGridModule ,
34
+ IgxIconModule ,
35
+ IgxTreeGridModule ,
36
+ IgxActionStripTestingComponent ,
37
+ IgxActionStripPinEditComponent ,
38
+ IgxActionStripEditMenuComponent ,
39
+ IgxActionStripOneRowComponent ,
40
+ IgxActionStripMenuOneRowComponent
41
+ ]
42
+ } ) . compileComponents ( ) ;
45
43
} ) ) ;
46
44
47
45
describe ( 'Base ' , ( ) => {
@@ -360,7 +358,13 @@ describe('igxGridEditingActions #grid ', () => {
360
358
<igx-grid-editing-actions></igx-grid-editing-actions>
361
359
</igx-action-strip>
362
360
</igx-grid>
363
- `
361
+ ` ,
362
+ standalone : true ,
363
+ imports : [ IgxActionStripModule ,
364
+ IgxGridModule ,
365
+ IgxHierarchicalGridModule ,
366
+ IgxIconModule ,
367
+ IgxTreeGridModule ]
364
368
} )
365
369
class IgxActionStripTestingComponent implements OnInit {
366
370
@ViewChild ( 'actionStrip' , { read : IgxActionStripComponent , static : true } )
@@ -439,7 +443,13 @@ class IgxActionStripTestingComponent implements OnInit {
439
443
<igx-grid-editing-actions></igx-grid-editing-actions>
440
444
</igx-action-strip>
441
445
</igx-grid>
442
- `
446
+ ` ,
447
+ standalone : true ,
448
+ imports : [ IgxActionStripModule ,
449
+ IgxGridModule ,
450
+ IgxHierarchicalGridModule ,
451
+ IgxIconModule ,
452
+ IgxTreeGridModule ]
443
453
} )
444
454
class IgxActionStripPinEditComponent extends IgxActionStripTestingComponent {
445
455
}
@@ -456,7 +466,13 @@ class IgxActionStripPinEditComponent extends IgxActionStripTestingComponent {
456
466
<igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions>
457
467
</igx-action-strip>
458
468
</igx-grid>
459
- `
469
+ ` ,
470
+ standalone : true ,
471
+ imports : [ IgxActionStripModule ,
472
+ IgxGridModule ,
473
+ IgxHierarchicalGridModule ,
474
+ IgxIconModule ,
475
+ IgxTreeGridModule ]
460
476
} )
461
477
class IgxActionStripEditMenuComponent extends IgxActionStripTestingComponent {
462
478
}
@@ -474,7 +490,13 @@ class IgxActionStripEditMenuComponent extends IgxActionStripTestingComponent {
474
490
<igx-grid-editing-actions></igx-grid-editing-actions>
475
491
</igx-action-strip>
476
492
</igx-grid>
477
- `
493
+ ` ,
494
+ standalone : true ,
495
+ imports : [ IgxActionStripModule ,
496
+ IgxGridModule ,
497
+ IgxHierarchicalGridModule ,
498
+ IgxIconModule ,
499
+ IgxTreeGridModule ]
478
500
} )
479
501
class IgxActionStripOneRowComponent extends IgxActionStripTestingComponent {
480
502
}
@@ -491,7 +513,13 @@ class IgxActionStripOneRowComponent extends IgxActionStripTestingComponent {
491
513
<igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions>
492
514
</igx-action-strip>
493
515
</igx-grid>
494
- `
516
+ ` ,
517
+ standalone : true ,
518
+ imports : [ IgxActionStripModule ,
519
+ IgxGridModule ,
520
+ IgxHierarchicalGridModule ,
521
+ IgxIconModule ,
522
+ IgxTreeGridModule ]
495
523
} )
496
524
class IgxActionStripMenuOneRowComponent extends IgxActionStripTestingComponent {
497
525
}
0 commit comments