Skip to content
#

angularforms

Here are 21 public repositories matching this topic...

FormCraft is a full-stack web application that enables users to create, customize, and manage dynamic forms without coding. Users can build forms by selecting from multiple field types, configure validation rules, apply custom themes, and collect responses. The application provides both form builder interface and public form submission capabilities

  • Updated Apr 24, 2026
  • TypeScript

A comprehensive guide and set of examples for working with Angular Forms — including Template-Driven and Reactive Forms. Learn how to handle validations, custom form controls, dynamic forms, nested groups, async validators, and more. Ideal for beginners and advanced Angular developers building robust form-heavy applications.

  • Updated Jul 4, 2025
  • TypeScript

This is a quick example of how to setup form validation on submit button in Angular 9 using Template and Reactive Forms. The example is a simple form with pretty standard fields for name, email, password. All fields are required, the email address must be in a valid format and min length of the password. I've setup the form to validate on submit…

  • Updated Jan 6, 2023
  • TypeScript

Improve this page

Add a description, image, and links to the angularforms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the angularforms topic, visit your repo's landing page and select "manage topics."

Learn more