Tools/application you have need node js code editor(Visual Code Studio) git(optional) Install Globally Latest Angula...
Variable Call export class TestComponent implements OnInit { // public variable public na...
Bind class in html page This is load from the method {{greetUser()}} This is danger class if...
Component.html file <h1 [style.color]="'green'">Hello Style binding single</h1> <h1 [style.color]=&quo...
In ts file Declear a variable public color ='red'; In html file
Angular for Directive Declare for array in ts file public colors =['red','blue','green','black','...
First open “index.html” and keep <base href=”/”> in head section. Then install angular routing by using a command. &ldqu...
Angular Template Driven form with validation First add "import { FormsModule } from '@angular/forms';" in app.module.ts file live Link here :
Open app.module.ts file Include Form module “import { FormsModule } from '@angular/forms';” imports: [ BrowserModule,...
Component.ts file val: string = ' '; Component.html file <div class="col-12"> <...