Angular 12 tutorial in Hindi #35 Template driven form

preview_player
Показать описание
In this angular 12 version video, we learn how to make template-driven forms in angular. This video is made by anil Sidhu in the Hindi language.

What are template-driven Forms?
Make Simple Form.
Get form Value in ts file.
Interview Questions.

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

Very clear, thank you for the lesson !!!

CarlosOrtiz-kz
Автор

Bro Please make videos on angular material plz..

AkshayKhedikar
Автор

Template driven form & Template driven form validation both Topics are are different but videos are same. 38 & 39 Video no.

ankurgupta
Автор

Same video as last one, validation for template driven form video is missed

soundsnow
Автор

Bhai 2:08 pe why did you add ngform ?

just random example. This works wthout mentioning ngForm

<div class="my-3">
<h4>Add a Todo</h4>
<form (ngSubmit)="onSubmit()">
<div class="form-group">
<label for="title" class="col-sm-2 col-form-label">Todo Title</label>
<input type="text" class="form-control" id="title" name="title" [(ngModel)]="title">
</div>
<div class="form-group">
<label for="desc" class="col-sm-2 col-form-label">Todo Description</label>
<input type="text" class="form-control" id="desc" name="desc" [(ngModel)]="desc">
</div>
<button type="submit" class="btn btn-sm btn-primary">Add Todo</button>
</form>
</div>

TheVibhu
Автор

sir 38 and 39 videos are same can u please add video for the validation n template driven form

TestTest-hkoh
Автор

Sir, iske baad wale video m kuch dusra tutorial video missing hai, please check kijiye.

amanverma
Автор

Just asking:
why we have used two different event for click (click and ngSubmit)?? cant we use click in form ??

faisalmasood
Автор

These videos in your playlist are exact same(repeated)
Angular 12 tutorial in Hindi #35 Template driven form
Angular 12 tutorial in Hindi #36 Template driven form Validations

igonzhq
Автор

series dekh rahu bhai same video dali hain bhai

PrathameshKallapaPatil
Автор

Sir 38 and 39 is same.... duplicate ho gaya hai..

radhikab