Answer the question
In order to leave comments, you need to log in
How to create an Angular data filter?
I have several data models based on which I want to filter an array of objects:
class Status {
code: string;
}
class Position {
id: number;
}
class Price {
discount: bollean;
}
filterPipe1 | filterPipe2 | filterPipe3 | filterPipe4 | filterPipe5
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question