ionic tutorial - Javascript content type | Ionic javascript content - ionic - ionic development - ionic 2 - ionic framework
What is the JavaScript Content in Ionic Framework?
- Almost every mobile app contains some fundamental elements.
- Usually those elements include header and footer that will cover top and bottom part of the screen.
- All the other elements will be placed between those two.
- Ionic provide ion-content element that serves as a container that will wrap all the other elements that we want to create.
- Web Components as an official HTML standard can further complicate the concept, so let’s clearly define what a component is in Ionic.
- In Ionic, there are two types of components, CSS and JavaScript.
- CSS components are implemented as a set of CSS classes that modify an element to give it a specific appearance, such as a header bar.