MaterialAutoSuggestInputComponent<T> constructor
MaterialAutoSuggestInputComponent<T> (
- @Optional() @Self() NgControl? cd,
- @Optional() IdGenerator? idGenerator,
- ChangeDetectorRef changeDetector,
- @Optional() @SkipSelf() PopupSizeProvider? popupSizeDelegate,
Implementation
factory MaterialAutoSuggestInputComponent(
@Optional() @Self() NgControl? cd,
@Optional() IdGenerator? idGenerator,
ChangeDetectorRef changeDetector,
@Optional() @SkipSelf() PopupSizeProvider? popupSizeDelegate) =>
MaterialAutoSuggestInputComponent.protected(
cd,
idGenerator ?? SequentialIdGenerator.fromUUID(),
changeDetector,
popupSizeDelegate);