I can’t seem to get my Builder Section into my angular app. What am I doing wrong?
Builder content link
Builder public api key
fde02dd63056412fbdc80f5aa7e46996
Detailed steps to reproduce the bug
- Generated a clean new app with Angular 11 and the ng new command. I added routing and css.
- Followed the steps on the Builder GitHub of angular:
- npm install @builder.io/angular
- added the code to my module and in a component - npm start
Code stack you are integrating Builder with
Angular 11
Reproducible code example
My errors:
Error: node_modules/@builder.io/angular/app/modules/builder/services/builder.service.d.ts:3:35 - error TS7016: Could not find a declaration file for module 'express'. 'C://Documents/GitHub/builder-test/node_modules/express/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';`
3 import { Request, Response } from 'express';
~~~~~~~~~
Error: ./node_modules/@builder.io/angular/__ivy_ngcc__/fesm2015/builder.io-angular.js
Module not found: Error: Can't resolve '@angular/elements' in 'C\Documents\GitHub\builder-test\node_modules\@builder.io\angular\__ivy_ngcc__\fesm2015'