analogjs / analog

The fullstack meta-framework for Angular. Powered by Vite and Nitro
https://analogjs.org
MIT License
2.57k stars 245 forks source link

[BUG]: Starter project is broken #207

Closed markmals closed 1 year ago

markmals commented 1 year ago

Please provide the environment you discovered this bug in.

Local development and StackBlitz starter project

Which area/package is the issue in?

create-analog

Description

When you create a new Analog project using npm init analog locally or using the StackBlitz starter and start the dev server, [plugin angular-compiler] throws several errors.

Please provide the exception or error you saw

✘ [ERROR] [plugin angular-compiler] Do not know how to load path: angular:styles/component:;2;/Users/mmalstrom/Developer/test/analog-project/src/app/routes/index.ts

✘ [ERROR] [plugin angular-compiler] Do not know how to load path: angular:styles/component:;1;/Users/mmalstrom/Developer/test/analog-project/src/app/app.component.ts

Other information

No response

I would be willing to submit a PR to fix this issue

brandonroberts commented 1 year ago

Thanks @markmals. Must be something with Angular 15.1

brandonroberts commented 1 year ago

Fix has been included in the 0.2.0-alpha.22 release of @analogjs/vite-plugin-angular