I am following this ‘getting started’ page. Integrating Pages - Builder.io
But I get errors.
Application bundle generation failed. [0.073 seconds]
✘ [ERROR] NG8001: 'builder-component' is not a known element:
1. If 'builder-component' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'builder-component' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
src/app/landing-page/landing-page.component.html:0:0:
0 │
╵ ^
Error occurs in the template of component LandingPageComponent.
src/app/landing-page/landing-page.component.ts:9:15:
9 │ templateUrl: './landing-page.component.html',
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~