Open
Description
Describe the Bug
Import "IonInput" required at "modal-example.component.ts" file, but missing, angular can't receive NG_VALUE_ACCESSOR
Expected Behavior
Expected that form will working, but actually receive "ERROR RuntimeError: NG01203: No value accessor for form control unspecified name attribute. Find more at https://angular.dev/errors/NG01203" error
Steps to Reproduce
- ionic start
- select no
- angular
- test
- blank
- standalone
- copy all files from controller modals example
- add new route to app.routes.ts
{
path: 'example',
loadComponent: () => import('./example/example.component').then((m) => m.ExampleComponent),
}, - open app and navigate to "/example"
- open console
- press "open" button
Screenshots
No response
Operating System
No response
Browser
No response
Version
No response
Additional Information
No response