Currently, I am in the process of integrating a GTM snippet into my Angular project. However, I have noticed that when the page is hard reloaded, it pushes data but does not do so during normal navigation.
I have already added the GTM snippet provided by Google to index.html. What would be the next step for me to take?
My goal is to push data to the dataLayer on each page navigation or during the NgOnInit of each page. Should this be done differently?