akiik
akiik
I would like to see that option too. Facing the same issue.
I was struggling with the same issue and got it working when using _isolate: true_ and setting a default language(and current if needed) again. **For app module:** ``` export class...
Set the displayDefaultIndicatorType option to false to get rid of edit icons for completed steps: ``` @NgModule({ providers: [ { provide: STEPPER_GLOBAL_OPTIONS, useValue: { displayDefaultIndicatorType: false } } ] })...
I just downgraded from jest-dom 6.x to 5.x and everything is green again.