Skip to content
#

angular-forms

Here are 138 public repositories matching this topic...

It is possible to create custom form field controls that can be used inside <mat-form-field>. This can be useful if you need to create a component that shares a lot of common behavior with a form field, but adds some additional logic. For example in this guide I have created an address form and hook it up to work with <mat-form-field>.

  • Updated Jul 4, 2023
  • TypeScript

This is a quick example of how to setup form validation 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. I've setup the form to validate on submit disable, as soon as each field is changed, this…

  • Updated Jan 6, 2023
  • TypeScript

MyFlix Angular is a Movie Catalog App to catalog Movies and store data on the Movies, Directors, Actors, Genres, and the Users who wish to view the data. It was built using Angular and is connected to a backend database. It also uses Angular Material for styling.

  • Updated May 27, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the angular-forms 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 angular-forms topic, visit your repo's landing page and select "manage topics."

Learn more