Enlist type of forms in supported by Angular 7?

Raj
Raj

Posted On: Feb 22, 2018

 

There are two types of Forms available in Angular 7.

  • Reactive Forms: It uses an explicit and immutable approach to managing the state of a form at a given point in time.
  • Template-driven Forms: All logics, validations, controls are written in the template part.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Angular 7 Interview Questions

    What's new in Angular 7?

    Angular Elements is enabled to support content projection with the help of web standards for custom elements...

    Angular 7 Interview Questions

    What is IVY Renderer? Is it supported by Angular 7?

    Angular will be releasing a new kind of rendering pipeline and view engine...

    Angular 7 Interview Questions

    What are the Core Dependencies of Angular 7?

    Core DependenciesThere are two types of core dependencies: RxJS and TypeScript...