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 ?
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.