Hi all,
I’m trying to get the following plugin working in my app.
I’m stuck on pretty much the third step,
Add the plugin to your app:
angular.module('yourApp', ['ionic', 'atlasProgress'])
Where do I put that line? In the app.module.ts? or in the home.ts page where I want to display it?
Thanks
PS. If this is just for ionic1 which I think it is, does anyone have any good alternatives?