My scenario is as follows. I have a menu, with multiple options. Each menu should be shown depending on user permissions (already solved), most menu items are encapsulated a
You can just use CSS !
In your template router-outlet + .loader { opacity : 1; } .loader { opacity : 0; } Then you can create fancy spinners with HTML/CSS 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
In your template
router-outlet + .loader { opacity : 1; } .loader { opacity : 0; }
Then you can create fancy spinners with HTML/CSS