如何更改路线改变角度4的车身背景或背景颜色?

时间:2017-08-13 22:02:40

标签: javascript angular typescript

如何更改路线更改时的车身背景或背景颜色,角度4?

1 个答案:

答案 0 :(得分:2)

只需要监听路由更改事件,该事件应为NavigationEnd,也可能需要check this post out并执行以下操作:

document.body.style.background = '#000' // or whatever color