Useful Ionic CLI Commands

The Ionic command-line interface (CLI) is the go-to tool for developing Ionic apps. Here we will see some useful ionic cli commands which helps us in developing app in Ionic. For example, commands for installing ionic globally, run app, build …

Add Custom Color in Ionic 6

Create custom color for your app’s UI. Change Theme or add custom color in Ionic 6 App. The fastest way to change the theme of Ionic app is to set a new value for primary, secondary, light, dark etc. Here …

Create ActionSheet in Ionic 3

An Action Sheet is a dialog which allows us to choose to confirm or cancel an action from a set of options. It always appears top of any other components on the page and must be dismissed manually by the …