we are using Spartacus 2 lib in our project, and we want to customise (by restructuring the HTML) the navigation from:
to this:
Basically putting the Original level 1 nav links inside Shop Cameras link.
Can this be achieved by ng-template alone? Or do we need to create another component and call the service that retrieves the nav items again?