Forms and Angular

Hi @FelixPrados ,

Just add ‘typings.d.ts’ into your angular app and add the declaration there.

declare const hbspt: any;

No need to declare any variables on the component.

Embed code will work once you add this.

Happy coding !!