File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11< div class ="mat-input-wrapper mat-form-field-wrapper ">
2- < div class ="mat-input-flex mat-form-field-flex " #connectionContainer >
2+ < div class ="mat-input-flex mat-form-field-flex " #connectionContainer
3+ (click) ="_control.onContainerClick && _control.onContainerClick($event) ">
34 < div class ="mat-input-prefix mat-form-field-prefix " *ngIf ="_prefixChildren.length ">
45 < ng-content select ="[mdPrefix], [matPrefix] "> </ ng-content >
56 </ div >
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ let nextUniqueId = 0;
8484 '[class.ng-valid]' : '_shouldForward("valid")' ,
8585 '[class.ng-invalid]' : '_shouldForward("invalid")' ,
8686 '[class.ng-pending]' : '_shouldForward("pending")' ,
87- '(click)' : '_control.onContainerClick($event)' ,
8887 } ,
8988 encapsulation : ViewEncapsulation . None ,
9089 changeDetection : ChangeDetectionStrategy . OnPush ,
You can’t perform that action at this time.
0 commit comments