jeevan-lal / Angular-Material-14-Form-Example

Angular Material 14 Form Example

Home Page:https://angular-material-14-form-example.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Material 14 - Form Components

Angular

Installation

npm install -g @angular/cli
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
ng new my-app
ng serve --open
ng build

Other Command

# Insert a new Component
ng generate component xyz
ng generate component page-not-found

# Add Material
ng add @angular/material

# Add PWA Support
ng add @angular/pwa

Router

# Generate Routing File
ng generate module app-routing --module app --flat # Root
ng generate module my-module --routing # Module
ng generate module heroes/heroes --module app --flat --routing # Sub Folder

Example

Angular Material

Installation

ng add @angular/material

Display a component

About

Angular Material 14 Form Example

https://angular-material-14-form-example.vercel.app/


Languages

Language:TypeScript 70.8%Language:HTML 19.7%Language:JavaScript 6.6%Language:CSS 3.0%