Angular Material Tutorial - 19 - Input

preview_player
Показать описание

📱 Follow Codevolution

Input in Angular Material
Рекомендации по теме
Комментарии
Автор

5:25
Exactly what I was look for!

I was hoping not to have to design it myself.
Thanks!
Liked!

aussieraver
Автор

Great Sir, Very well explained.This helps me very much.Keep it up sir.

AmarSingh-uwdb
Автор

How to increase the length of the input box, which attribute we have to use in "mat-form-field" & "input" tag?

saurabrakshit
Автор

Really nice..but why not able to change the color of mat-form-field for dark background?

arunjan
Автор

but i want to change the width and height of the input its doesnt change looks default behaviour can you help out this

frustratedGraduate
Автор

Nice video. Which screen recorder do you use to record your videos?

rupeshbharuka
Автор

hi sir your tutorial is so great. what is your angular version for this project?

markjohnmejias
Автор

I try to change the input fields background colour. But it's not changed. How can I change the input fields background colour, please?

lahirusupunchandra
Автор

what about multi line text input... Thanks

amazingVideozs
Автор

Is there is a disabled property can be added, and will it affect the layout?

newybocktor
Автор

Hi, My label is not floating up on getting focus. Also a line that comes under your input doesnot come for me. How can I fix this?

tanishashangari
Автор

Hi sir i am getting an error while using mat form field Expression has changed after it was checked. Previous value: 'mat-form-field-should-float: false'. Current value: 'mat-form-field-should-float: true'.

veeramanikantapinnana
Автор

Hi sir I just want to ask how to install and add the tinymce, can you pls help. thanks

kkatskapusa
Автор

*TO SHOW ERROR/S with ReactiveForm:*
<!-- TITLE -->
<mat-form-field fxFlex="40" fxFlex.lt-sm="80">
<input matInput formControlName="title" [required]="true" placeholder="Your Title">
<mat-error field is required.</mat-error>
</mat-form-field>


*Title* is coming from *component.ts*

get Title(): AbstractControl {
return this.myForm.get('title');
}

codeme
Автор

complex term explained very simple way

priyankabarde