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
How To loop or get names & values of Enums in typescript
To get the names and values of Enums in typescript,we can loop through the enum object using for loop.
Arunkumar Gudelli
Last updated on
Jul 3, 2020
3 min read
How to get index of ngFor element in Angular
Steps to get index of ngFor element in Angular 1. Declare a variable inside *ngFor directive using let or as keyword. for instance say …
Arunkumar Gudelli
Last updated on
Jul 9, 2020
1 min read
Angular Decimal Pipe & formatting decimal numbers in Angular with examples
Angular Decimal Pipe is one of the bulit in pipe in Angular used to format decimal numbers according to the given decimal digits info …
Arunkumar Gudelli
Last updated on
Feb 6, 2020
6 min read
How to Convert input field text to uppercase in Angular
To convert input field text to uppercase in angular we can use (ngModelChange ) method
Arunkumar Gudelli
Last updated on
Jan 31, 2020
1 min read
ngPlural & ngPluralCase : Pluralization in Angular
Learn how to pluralize and format numbers in angular using ngPlural and ngPluralCase
Arunkumar Gudelli
Last updated on
Feb 7, 2022
4 min read
How to bind Select element to object in Angular with examples
To bind select element to object in angular use
[ngValue]
property.
Arunkumar Gudelli
Last updated on
Jan 15, 2020
1 min read
ngModel Angular Error: Can't bind to 'ngModel' since it isn't a known property of 'input'
To fix Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’ error in Angular we have …
Arunkumar Gudelli
Last updated on
Jul 9, 2020
2 min read
How To Convert string to number in Angular/Typescript
To convert string to number in angular or typescript follow the below steps 1.Check if a string is number or not using Number() …
Arunkumar Gudelli
Last updated on
Jul 7, 2020
2 min read
How to use ngfor,ngif together on same element in angular
In Angular,To use ngfor and ngif together on same element place the *ngIf on a parent element that wraps the *ngFor element
Arunkumar Gudelli
Last updated on
Dec 30, 2019
2 min read
How to select an element in Angular Component Template
To select an element in Angular component template use ViewChild decorator
Arunkumar Gudelli
Last updated on
Dec 27, 2019
1 min read
«
»