Pablo Cervera
Pablo Cervera
Same here and we also use vite builder with Angular 17 (builder": "@angular-devkit/build-angular:application") and want to keep them. With "@microsoft/signalr": "8.0.0" the error cames up Everything works fine with "@microsoft/signalr":...
Hi, thanks for reply, Don't worry, I just wanted to know if it would be possible. I can try to port it too by myself and share with you. I...
Same here Ionic: Ionic CLI : 7.2.0 Ionic Framework : @ionic/angular 8.2.7 @angular-devkit/build-angular : 18.2.1 @angular-devkit/schematics : 18.2.1 @angular/cli : 18.2.1 @ionic/angular-toolkit : 11.0.1 Capacitor: Capacitor CLI : 6.1.2 @capacitor/android...
Hi again, the problem is that the ModalController import at ion-selectable.component.ts must be the standalone version: `import {ModalController} from "@ionic/angular/standalone";` Instead of: `import { IonItem, ModalController, Platform } from '@ionic/angular';`...
> Hi again, the problem is that the ModalController import at ion-selectable.component.ts must be the standalone version: > > `import {ModalController} from "@ionic/angular/standalone";` > > Instead of: > > `import...