How to use Bower in newly created project in Ionic?

I have just made a blank project in Ionic. Now my next step is to install components like angular-route , loading-bar etc. I know in simple angular you can get the help using bower. But in ionic the structure is changed although bower.json and bowerrc is present , but i dont know how can I use bower here to install the components. I have been searching for two hours, and not found a single satisfying tutorial.

you should not use bower any more. most bower components are available on npm. So you have only one source of external deps.

1 Like

Hi, Okay i am using npm now but the files are not being able to access.