Answers for "angular ngfor conditional pipe"

1

angular ngfor conditional pipe

//use ternary operator on your list and apply the pipes you need
*ngFor="let a of (condition ? (arr | pipe) : (arr | pipe2))"
Posted by: Guest on May-11-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language