stackblitz / core

Online IDE powered by Visual Studio Code ⚡️
https://stackblitz.com
MIT License
10.23k stars 888 forks source link

Angular 15 with child component never builds/starts #2333

Open gultyayev opened 1 year ago

gultyayev commented 1 year ago

When added a standalone component and used it in the root component - dev server never starts. There are no errors in the Stackblitz's console. Nothing. Just an infinite loader

image

Tried creating another project to check if it's about Angular or smth - it works just fine. Right before I add this (app-otp-input) component there.

Project link

gultyayev commented 1 year ago

Tried to do the same with locally scaffolded Angular app - there is a build error. I would expect it to be propagated in the Stackblitz's UI