I have a candidate object with properties
candidateid:number;
name:string;
I wish to sort an array of such objects based on the name property. How can I achieve this in TypeScript in angular 2?
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment