AngularJavaScript Frameworks

Angular Template-Driven Forms

In template-driven forms, the source of truth is the template (the DOM). Data are stored in the controls in the template (as in DOM elements). Because data are stored in the template, you don’t have direct control over the form model.

⚠️ Typo / Error: At 07:24, the minLength=2 should be minlength=2 (all lowercase). ⚠️

Verified by MonsterInsights