HI,
I am trying to develop application using Umbraco CMS (v13) - using as headless - Content Delivery API and Angular 18 as frontend.
Everything working fine but have some concern for the navigation.
I would like to add navigation as per umbraco page content.
I am trying to generate route and navigation dynamically.
I tried APP_INITIALIZER and tried to fetch page list from umbraco APIs.
but it is not working as component execute before initializer finished and route is not getting updated.
Can anyone help me with this?
Thank you