Angular Wiki
Flex Layout
Angularl CLI
Material Design
Pipes
HttpClient
FontAwesome
Angular Jobs
english
french
german
estonian
russian
spanish
lithuanian
japanese
finnish
romanian
latvian
turkish
swedish
dutch
portuguese
danish
greek
bulgarian
slovak
chinese
indonesian
slovenian
czech
portuguese brazilian
italian
hungarian
polish
Angular
Progress Spinner in Angular using mat-progress-spinner | Material Design
We can create a Progress spinner in Angular using material design component mat-progress-spinner.
Arunkumar Gudelli
Last updated on
Jul 17, 2020
9 min read
Fixing Could not find Angular Material core theme error in Angular Material
To fix Could not find Angular Material core theme error in Angular Material load prebuilt angular theme in global style file
Arunkumar Gudelli
Last updated on
Nov 5, 2019
1 min read
How To Use Angular Pipes in Components & Service ts files
Steps to use angular pipes in components and service ts files 1.Import angular pipe in
app.module.ts
file and add it to the providers …
Arunkumar Gudelli
Last updated on
Oct 26, 2019
4 min read
How to add conditional class in Angular using ngClass
To add a conditional class in Angular we can pass an object to
ngClass
where key is the class name and value is condition i.e., true or …
Arunkumar Gudelli
Last updated on
Jul 8, 2020
4 min read
How to Check Angular CLI Version in Command prompt
To check the Angular CLI version use ng –version or ng v command
Arunkumar Gudelli
Last updated on
Jan 14, 2020
1 min read
Angular Date Pipe & formatting dates in Angular with examples
Angular date pipe used to format dates in angular according to the given date formats,timezone and country locale information.
Arunkumar Gudelli
Last updated on
Oct 19, 2019
8 min read
How To Use Font Awesome icons in Angular Applications
Step by step tutorial to use Font Awesome icons in Angular applications
Arunkumar Gudelli
Last updated on
Sep 7, 2022
16 min read
Angular Currency Pipe & Format Currency In Angular with examples
Angular Currency Pipe is one of the bulit in pipe in Angular used to format currency value according to given country …
Arunkumar Gudelli
Last updated on
Jun 5, 2020
9 min read
Angular TitleCase Pipe:Capitalize First Letter Of Each Word In Angular
To capitalize first letter of each word in Angular use Angular's TitleCasePipe.We have to pass input to the titlecase pipe.
Arunkumar Gudelli
Last updated on
Oct 19, 2019
2 min read
How To Delete A Component In Angular
Steps to delete a component in Angular1.Remove the import line reference from Angular app.module.ts file2.Remove the component …
Arunkumar Gudelli
Last updated on
Oct 19, 2019
1 min read
«
»