#angular
Read more stories on Hashnode
Articles with this tag
employee.ts (parent) export interface IEmployee { id: number; code: string; name: string; salary: number; starRating:...
angular-routesparamsnapshot employee.ts (parent) export interface IEmployee { id: number; code: string; name: string; salary: number; ...