I have three buttons :
All (Reals+ Fakes), Reals(total count), Fakes(total count)
I am trying to get the total count of my total feeds which will be shown in All.
And the total count of feed.feed_type != '' which will be shown Reals.
And the total count of feed.feed_type == '' which will be shown Fakes.
Feeds Model
export class Feeds {
feed_id: string;
feed_category: string;
feed_title: any;
feed_description: string;
feed_terms: string;
feed_type: string;
checked: false;
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…