Angular compile message(s):
Error: src/app/app.component.html:74:2 - error NG8001: 'app-page' is not a known element:
1. If 'app-page' is an Angular component, then verify that it is part of this module.
2. If 'app-page' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
74 <app-page></app-page>
~~~~~~~~~~
src/app/app.component.ts:7:15
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.