This bug seems to not have been fixed.
I am on version @ionic/angular@8.4.1
I have set the “useSetInputAPI” flag in my ionic.config.json to true
Try adding useSetInputAPI: true
in the main application config :
provideIonicAngular({
useSetInputAPI: true, //allow to use signal input in modals
}),