mefechoel / svelte-navigator

Simple, accessible routing for Svelte
Other
506 stars 39 forks source link

Combine private route with lazy loading #91

Open Spaceman2019 opened 1 year ago

Spaceman2019 commented 1 year ago

Hi, I'm new with svelte. In Angular I have lazy loading together with a login guard. My question is how I can combine private route together with lazy laoding with the svelte-navigator. Who can give me an example? Thanks