How to add text on Angular side bar Menu Icon

后端 未结 0 816
Happy的楠姐
Happy的楠姐 2021-01-01 18:42

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题