S-Stephen / projectlight-ngx

Projectlight sample webpage(s) utilizing campl-ngx Angular libraries
https://gitpod.io/#https://github.com/S-Stephen/angular-edpcmentoring
0 stars 0 forks source link

Quicklinks dropdown #10

Closed S-Stephen closed 3 years ago

S-Stephen commented 4 years ago

When the drop down is select the browser appears to follow the link.

This is not the behaviour we would like. We just want the sub menu to be displayed.

S-Stephen commented 4 years ago

Update this doesn't appear to be happening in the development enviroment but when we utilise the library in an application

S-Stephen commented 4 years ago

The development app is always routed back to /# so the href is ignored in this circumstance

S-Stephen commented 3 years ago

We would like to be able to provide a href for some parent menus. - However if we did then these pages would be (hidden) from tablet users

So rather than following the href prevent the href to be followed on a desktop to align experiences

We would also like to provide [routerLink] rather than href

S-Stephen commented 3 years ago

still todo - provide a routerLink and adapt our app to use

S-Stephen commented 3 years ago

all the links are required to be routerLinks, we now need an extra field if external navigation is required

S-Stephen commented 3 years ago

Provided RouterLinks. Created a new issue to provide config for external hrefs