Review (Quiz)
This lesson contains all of the recap quizzes from all of the lessons in this module. I have added headers to each group of quizzes so that you know which lesson to go back and study if you get stuck. Good luck!
Adding Ionic to an Angular Application
What does importing IonicModule allow us to do?
Correct!
Incorrect
Incorrect
Why do we need to use ion-router-outlet instead of router-outlet?
Incorrect
Incorrect
Correct!
The Ionic UI Components
What is the difference between a 'page' and a 'component'?
Incorrect
Correct! We might make a distinction between a "page" and other components but this is just a conceptual way to indicate the component being the "skeleton" for a particular "view". We might call it a "page" or we might not.
Incorrect
If we want our buttons to be placed in the 'start' position of an ion-toolbar how would we do that?
Incorrect. The "slot" is specified on the child component, i.e. how should this component be "slotted" into its parent component?
Incorrect
Correct!
What is the difference between a web component and an Angular component?
Correct!
Incorrect