You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Environment
Please provide as many details as you can:
Hosting type
Frontend framework: angular 16.2.12
Browser: multi
Browser version:
"formiojs": "4.18.0",
"@formio/angular": "6.5.0",
"@formio/js": "5.0.0-rc.41",
"font-awesome": "^4.7.0"
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?
The text was updated successfully, but these errors were encountered: