opened 01:41AM - 25 Jan 24 UTC
closed 01:30PM - 09 May 24 UTC
package: angular
type: bug
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://githu…b.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
- [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.
### Ionic Framework Version
v7.x
### Current Behavior
Passing componentProps (when using a modalController) throws an error when the input of the component is a signal (Input signals are a feature of Angular 17.1.0).
### Expected Behavior
The componentProps should work even if the component input is a signal.
### Steps to Reproduce
1. Create a component to pass to a modalController which has signal inputs.
2. Create a modal controller with componentProps that correspond to the component's input signals.
3. Open the modal and observe the results with dismay.
### Code Reproduction URL
https://github.com/ntorrey/ionbug
### Ionic Info
Ionic:
Ionic CLI : 7.2.0
Ionic Framework : @ionic/angular 7.6.6
@angular-devkit/build-angular : 17.1.1
@angular-devkit/schematics : 17.1.1
@angular/cli : 17.1.1
@ionic/angular-toolkit : 11.0.0
Capacitor:
Capacitor CLI : not installed
@capacitor/android : not installed
@capacitor/core : not installed
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : not installed globally
System:
NodeJS : v18.18.0 (C:\Program Files\nodejs\node.exe)
npm : 10.4.0
OS : Windows 10
### Additional Information
_No response_