Flow Router - Loading indicator package

Hello Meteorites !

I’m building a relatively small project in Meteor and decided to use Flow Router over Iron Router. In the past, I’ve used multiply:iron-router-progress with Iron Router to indicate “loading”; that package had a nifty loading/progress bar that would shoot across the top of the page.

Does anyone know of a package/snippet to accomplish this ?

Thanks !

Hi,

we are using settinghead:auto-nprogress
Just be carefull that default template level subscription isReady helper seems to not work very well.
We switched to custom ones.

Sweet. I’ll take a look at it now :slight_smile:

What’s wrong with the default one? Maybe we can fix it.

that settinghead:auto-nprogress package breaks it somehow