-
Couldn't load subscription status.
- Fork 13.4k
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
Currently one can pass in component props via the Ionic ModalController when in standard @input format.
Props are not passed in to new input signals from Angular 18.
Expected Behavior
Ideally we should be able to pass signals to component props
Steps to Reproduce
Create a modal controller instance for a component with new input signals.
Observe no props get passed through.
Code Reproduction URL
no thanks, ionic wants access to private repos
Ionic Info
Ionic:
Ionic CLI : 7.2.0 (/Users/alexbusse/.nvm/versions/node/v20.14.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.2.5
@angular-devkit/build-angular : 18.1.1
@angular-devkit/schematics : 18.1.1
@angular/cli : 18.1.1
@ionic/angular-toolkit : 11.0.1
Capacitor:
Capacitor CLI : 6.0.0
@capacitor/android : not installed
@capacitor/core : 6.0.0
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v20.14.0 (/Users/alexbusse/.nvm/versions/node/v20.14.0/bin/node)
npm : 10.7.0
OS : macOS Unknown
Additional Information
I tried creating the stackblitz but requires me linking my GitHub account to ionic where you have access to private repos.