标签: javascript angular typescript
如何更改路线更改时的车身背景或背景颜色,角度4?
答案 0 :(得分:2)
只需要监听路由更改事件,该事件应为NavigationEnd,也可能需要check this post out并执行以下操作:
NavigationEnd
check this post out
document.body.style.background = '#000' // or whatever color