js file is not work on angular after i do routing navigate

angular TypeScript 使用router.navigate,會導致index.html script file not working
請問各位都是如何在component redirect並且保留js successful?

不太懂你的問題,可以使用 https://stackblitz.com/ 做一個範例嗎?

解決了!
原本A.ts router.navigate redirect到 B.ts,結果發現B page 的import js file全部失效

原因是加載重複event未取消listener,導致原本應觸發一次,變成觸發平方次,發生異常

你這樣的描述還是看不懂問題在哪裡