Nicholas Papadopoulos

Results 4 comments of Nicholas Papadopoulos

I have the same problem with chip-list https://stackblitz.com/edit/angular-chips-pfmtqy The implementation its from angular/material examples with CdkDragDrop but its only for horizontal orientation. So if you have more than 1 line...

also if you have blinks or render problems try to make different component and call it inside your main component. it works better

you can use chrome with parameter --disable-web-security for example at windows powershell i use (you can add it to your shortcut also): ``` Start-Process -FilePath "c:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -ArgumentList @("--disable-web-security",...