Grégory Poircuitte
Grégory Poircuitte
Have you tried to first load it this way in your main.js export default function (Vue, { router, head, isClient, appOptions }) { Vue.component('Layout', DefaultLayout) if (isClient) { const {...
Hey @Muntazir86 @fomin-grigorich I was able to install Formio with Angular 16.1.8 with this minimal setup ``` { "dependencies": { "@angular-devkit/build-angular": "^16.1.8", "@angular/cli": "^16.1.8", "@angular/platform-browser-dynamic": "^16.1.8", "@angular/router": "^16.1.8", "@formio/angular": "^5.5.0-rc.11",...
@dinbtechit Ah yeah it was the same for me. Because it was for a very simple project I used the force flag to bypass dependency resolution errors but that's clearly...