InterviewSolution
Saved Bookmarks
| 1. |
How does Ionic CLI interpret the default colors that are used in the Ionic project ? Ex: light, danger etc. Also how to add custom color to the existing list ? |
|
Answer» There are a few built-in colours that COME with every Ionic project. As a beginner we will be CURIOUS to know how those colours are programmed. Below are the instructions for same.
It is recommended to store the theme colour of the app here. So that you can use it throughout the app and in case if the theme needs to be changed on some OCCASION, then you can just change it here, the entire app gets UPDATED. |
|