Tag: Dev Drive
-
Angular: main.ts is missing from the typescript compilation
—
in GeneralAfter upgrading an existing project from Angular 14 to 15 yesterday, the project would no longer run (with ng serve). The error message was rather confusing: Well, the file was obviously there and present in tsconfig(.app).json. Spent half a day googling and upgrading and downgrading packages to try and fix it to no avail. Even…