Angular Admin Template
More TemplatesAngular TutorialsMobile App Templates
  • Angular Admin Template
  • Set up the Development Environment
  • How to run the template
  • Development Workflow + Performance Optimizations
  • Server Side Rendering
  • Project Structure
  • Features
    • Angular Charts
    • Angular Forms
    • Angular Tables
    • Layouts
    • Utils
  • Theming
  • Changelog
  • Known issues
Powered by GitBook
On this page

Was this helpful?

  1. Features

Angular Forms

Angular Forms are something all applications use. In this angular template you will find lots of different controls to use in your forms as well as lots of validations.

PreviousAngular ChartsNextAngular Tables

Last updated 5 years ago

Was this helpful?

In the forms section of Angular Admin Template you will find lots of different controls to use in your forms as well as lots of validations. There are both basic and advanced validations.

Validations

  • Min and max length

  • Type

  • Text Required

  • Password

  • Email

  • Two inputs that must be equal (for example for a password and its confirmation)

  • Number between a range

  • Phone validation that checks is a phone number is valid for certain country

There’s also a wizard (or stepper) with three steps.