You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In angular.json, notice that these paths exist for "Playground". In Settings, change "Default Project" from "angular-google-charts" to "playground". (not sure if this is correct)
In angular.json, notice that "apps/playground" appears in "root" and in paths, so remove "apps/playground" from paths for index, main, polyfills, main, and styles.
Observe error in browser:
Can't find package: angular-google-charts
If I click "Install Package", the app loads successfully, but Stackblitz is using the package, not the repository.
After going over the issues, I suppose what you observed is related to them and not a problem with the config.
If someone still manages to "fix" the config in a way so that it's working similarly to how it currently does but allows forking the repository on Stackblitz, I'd be happy to accept a PR!
Bug Report
Description
I can't fork/open and run angular-google-charts in StackBlitz. I have minimal experience with StackBlitz, so maybe this is simple. :-)
To reproduce
Go to stackblitz.com, click "New Project" (top right corner).
In new project, click "Connect repository" (top left corner).
In dialog, click "import an existing repository" and enter url: https://github.com/FERNman/angular-google-charts (or my new fork, https://github.com/kussmaul/angular-google-charts)
Observe errors in browser:
In angular.json, notice that these paths exist for "Playground". In Settings, change "Default Project" from "angular-google-charts" to "playground". (not sure if this is correct)
Observe errors in browser:
In angular.json, notice that "apps/playground" appears in "root" and in paths, so remove "apps/playground" from paths for index, main, polyfills, main, and styles.
Observe error in browser:
If I click "Install Package", the app loads successfully, but Stackblitz is using the package, not the repository.
Here is the resulting Stackblitz: https://stackblitz.com/edit/angular-ivy-vxm1ln?file=angular.json
The text was updated successfully, but these errors were encountered: