how to pass multiple values in [value] in angular 5
Answers
Answered by
0
Answer:
I am learning angular day by day but I am stuck on a problem. I have 3 values in one component and I need to pass t
Answered by
17
Answer:
Here's how you can make it a object and use it for multiple values export class ... First is get the value in BehaviourSubject this.data.
Similar questions