Improve the look and fell of ionic2 app

Hi ,
in order to improve the design of an ionic2 app , could i use a ready html template ( with its css , js files ) ?
Thanks a lot fo ur helps

Do you men change the css styles of your app?

You can change it by using scss. When you generate a component or page component it is created an scss counterpart file. Also you can edit src/app/app.scss.

Also give a read in the theming documentation.

no , i mean if i could use an existing html templetes ( with its animations , bootstrap effects, javascript) , is it possible or not ?

Sort of. But you are fighting the framework rather than working it. I would recommend recreating it within the confines of Ionic/Angular. Otherwise, just use that template and Cordova directly.

1 Like