Petar Garžina

Results 13 comments of Petar Garžina

Experiencing the same issue, altho only when using the tag-input inside a bootstrap modal (ngx-bootstrap), so might be due to bootstraps css. tried @HDaghash workaround which works, but decided to...

@szymonworld if it helps, we are now providing the --deploy-url flag inside angular.json under architect->build->options ``` "architect": { "build": { "builder": "@angular-builders/custom-webpack:browser", "options": { "outputPath": "dist", "index": "src/index.html", "main": "src/main.single-spa.ts",...

changes can be found here `async function updateDeployUrl` https://github.com/single-spa/single-spa-angular/commit/c5b46e7854bc37b6197228db90bf0e4295be778f

`ng update @angular/core@14 @angular/cli@14 --force` After that I updated most if not all of my dependencies ``` "single-spa": "^5.9.4", "single-spa-angular": "^7.1.0", ``` paste your package json/angular json if you can.

The fix is released in version 14. ``` "@angular-devkit/build-angular": "^14.2.1", "@angular-builders/custom-webpack": "^14.0.1", ```

experiencing the same issue, and is a blocker in updating to Angular 12.

@nileshzala005 @msms007 have you guys found a working workaround maybe? :)

> @pgarzina instead of NPM packages use CDN version or update to twilio 2.0 version thanks for the reply, we did migrate to 2.0 (@twilio/voice-sdk": "^2.0.1", - https://github.com/twilio/twilio-voice.js) but the...

Hey @huannxdev we have not resolved the problem, we rolled back to angular 11 until Twilio fixes it - which will potentially take a few months. there is a suggested...

has this by any chance been fixed?