@angular/material/input#MatInput TypeScript Examples
The following examples show how to use
@angular/material/input#MatInput.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: new-announcement.component.ts From bitcoin-s-ts with MIT License | 5 votes |
@ViewChild('announcementNameInput') announcementNameInput: MatInput
Example #2
Source File: profile-details-edit.component.ts From tuxedo-control-center with GNU General Public License v3.0 | 5 votes |
@ViewChild('inputName') inputName: MatInput;
Example #3
Source File: profile-manager.component.ts From tuxedo-control-center with GNU General Public License v3.0 | 5 votes |
@ViewChild('inputFocus') inputFocus: MatInput;