formio / angular

JSON powered forms for Angular
https://formio.github.io/angular-demo
MIT License
613 stars 461 forks source link

Template is not exported from package #1064

Closed NexPlex closed 1 month ago

NexPlex commented 1 month ago

Environment

Please provide as many details as you can:

using the code from angular-demo in my app I'm getting this error

Error: src/app/views/pages/eh-forms/form/index/index.component.html:5:4 - error TS2739: Type 'Formio' is missing the following properties from type 'FormioPromiseService': url, formioService

[formio]="service.formio"

any thoughts how I resolve this?