Open antonfelich opened 8 months ago
I had this same problem this week, and it took me a long time to figure out where it was coming from. The problem source is indeed ng-intercom
, here is the solution:
https://github.com/CaliStyle/ng-intercom/issues/108#issuecomment-1992823525.
I'm an Angular noob so if more detail is needed please let me know. To remove my code from the equation I started a brand new Angular app using
ng new bob --no-standalone
, then started it to make sure it worked out of the box. All good so far.Then simply did step 1+2 of your instructions and now the app won't start at all.
"@angular/common": "^17.2.0", "@angular/cli": "^17.2.3", "@angular/compiler-cli": "^17.2.0",