I have an interface defined and has multiple properties. Is there a way that I could read the property names in typescript/angular.
My interface looks is something similar as below
export interface InterfaceName
{
property1: string;
property2: string;
property3: number;
}
Aucun commentaire:
Enregistrer un commentaire