We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[X ] Bug report [ ] Feature request [ ] Documentation issue or request
When trying to run the Starter Kit using StackBlitz, it reported that 3 packages not found env/environment, app/core and app/shared.
Allow to run ngx-rocket starter kit online using StackBlitz
Visit this link: https://stackblitz.com/github/ngx-rocket/starter-kit
https://stackblitz.com
Others:
See below link for more information about usage of StackBlitz (from Angular Blog)
https://blog.angular.io/run-angular-cli-repos-directly-in-your-browser-41332fd80901
The text was updated successfully, but these errors were encountered:
There is no missing packages: @env/environment, @app/core and @app/shared are path aliases defined in tsconfig.json:
@env/environment
@app/core
@app/shared
tsconfig.json
"paths": { "@app/*": ["app/*"], "@env/*": ["environments/*"] }
You should open an issue on StackBlitz, as there is nothing we can do about this on our side.
Sorry, something went wrong.
No branches or pull requests
I'm submitting a...
[X ] Bug report
[ ] Feature request
[ ] Documentation issue or request
Current behavior
When trying to run the Starter Kit using StackBlitz, it reported that 3 packages not found env/environment, app/core and app/shared.
Expected behavior
Allow to run ngx-rocket starter kit online using StackBlitz
Minimal reproduction of the problem with instructions
Visit this link: https://stackblitz.com/github/ngx-rocket/starter-kit
Environment
https://stackblitz.com
Others:
See below link for more information about usage of StackBlitz (from Angular Blog)
https://blog.angular.io/run-angular-cli-repos-directly-in-your-browser-41332fd80901
The text was updated successfully, but these errors were encountered: