analogjs / analog

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

The StackBlitz promoted on the homepage does not work #242

Closed JohanHeyvaert closed 1 year ago

JohanHeyvaert commented 1 year ago

Please provide the environment you discovered this bug in.

https://stackblitz.com/github/analogjs/analog/tree/main/packages/create-analog/template-angular-v14

Which area/package is the issue in?

create-analog

Description

When trying to run the Stackblitz (https://stackblitz.com/github/analogjs/analog/tree/main/packages/create-analog/template-angular-v14) it throws an error.

image

As a first experience with Analog this doesn't look promising. Hopefully easy to fix?

Please provide the exception or error you saw

image

Other information

No response

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

brandonroberts commented 1 year ago

Good catch, thanks @JohanHeyvaert. This should be changed here https://github.com/analogjs/analog/blob/main/apps/docs-app/src/components/StackblitzButton/index.tsx#L18 to https://analogjs.org/new

JohanHeyvaert commented 1 year ago

Wow, that was quick! Indeed, it's working now. Thanks a lot!