I have an Angular 9 project and it has a sidebar menu. Its code as below
export interface IMenuItem { id?: string; icon?: string; label: string; to: strin