We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d264fa6 commit ef235f0Copy full SHA for ef235f0
src/lib/autocomplete/autocomplete.ts
@@ -171,8 +171,8 @@ export class MatAutocomplete extends _MatAutocompleteMixinBase implements AfterC
171
constructor(
172
private _changeDetectorRef: ChangeDetectorRef,
173
private _elementRef: ElementRef<HTMLElement>,
174
- private _viewContainerRef: ViewContainerRef,
175
- @Inject(MAT_AUTOCOMPLETE_DEFAULT_OPTIONS) defaults: MatAutocompleteDefaultOptions) {
+ @Inject(MAT_AUTOCOMPLETE_DEFAULT_OPTIONS) defaults: MatAutocompleteDefaultOptions,
+ private _viewContainerRef: ViewContainerRef) {
176
super();
177
178
this._autoActiveFirstOption = !!defaults.autoActiveFirstOption;
0 commit comments