Before we proceed further, I would recommend setting up the developer tools in your browser in the following format.
The browser developer tools setup
Google Chrome
Once the Ionic app is launched, open the developer tools by pressing Command + Option + I on Mac and Ctrl + Shift + I on Windows/Linux. Then click on the last but one icon in the top row, next to the close button, as seen in the following screenshot:
This will dock developer tools to the side of the current page. Drag the demarcation line between the browser and the developer tools until the view starts to resemble that of a mobile.
If you click on the Elements tab in the developer tools, you can easily inspect the page and see the output in one go, as shown in the following screenshot:
This view is...