I recently started working with Angular and Ionic. So far I’ve been learning Angular and according to the documentation on angular.io it uses the selector property to create and insert and instance of the component.
However when looking at ionic and the sample app I see that the selector property is used, however I cannot find tags which match it in any of the parent templates. So how does ionic know where to insert new components? I’ve been trying to research the topic, however I’m only finding usage examples and not an explanation.