Albert-Walner
Results
1
comments of
Albert-Walner
This bug is related to: [21875](https://github.com/angular/components/issues/21875) You can use this Workaround (Directive): ```ts @Directive({ selector: 'mat-date-range-input [sharedInputFix]' }) export class SharedMatDateRangeInputFixDirective extends DestroyEmitterDirective() implements AfterContentInit, OnDestroy { @ContentChild(MatStartDate, { read:...