MaterialAutoSuggestInputComponent<T> constructor
MaterialAutoSuggestInputComponent<T> (
- @Optional.new() @Self.new() NgControl? cd,
- @Optional.new() IdGenerator? idGenerator,
- ChangeDetectorRef changeDetector,
- @Optional.new() @SkipSelf.new() 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);