Questions tagged [stackblitz]

StackBlitz is an online IDE powered by Visual Studio Code, used for creating web applications. It provides rich editing and sharing features, like CodePen or JSFiddle. Use this tag when you have a question about one of its features or when you are encountering a problem in conjunction with using this tool for programming.

StackBlitz is an online IDE for web applications, powered by Visual Studio Code. It provides rich editing and sharing features, like CodePen or JSFiddle.

StackBlitz

236 questions
0
votes
0 answers

Angular StackBlitz app won't recognize path aliases in tsconfig

I am having trouble getting an Angular stackblitz app to use the path aliases. Using Angular 15.2.3 tsconfig.json: { "compileOnSave": false, "compilerOptions": { "baseUrl": "./src/", "outDir": "./dist/out-tsc", "sourceMap": true, …
Scottish Smile
  • 455
  • 7
  • 22
0
votes
1 answer

How to run stackblitz project

Sorry for the stupid question. Beginner with angular (and stackblitz) I created a stackblitz project to ask for help on an angular subject (reactive…
Olivier
  • 343
  • 2
  • 16
0
votes
0 answers

How to create a compose on Stackblitz with a command?

How I could create a component from a command on Stackblitz? I create the components with the mouse but it's tedious.
0
votes
0 answers

Stackblitz problem referencing Swiper module in an Angular 15 project

I want to install and use Swiper in a my Stackblitz, but I can't reference it in my component without it erroring out! Here is what I did so far. Took this Stackblitz found already created with Angular 15 Typed in swiper in the dependency area…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
0 answers

Can I run stackblitz on my android phone?

I run stackblitz site on my android phone, and create an angular project. But when I want to create a new component, I don't see any place for typing the name of the component and therefore I can't create the component. When I touch the "angular…
0
votes
2 answers

Identifier 'runTimers' has already been declared

The program works perfectly on Visual Studio Code, but not sure Stackblitz. (I really need to use Stackblitz.) The error message: Identifier 'runTimers' has already been declared The url Stackblitz is here =>…
elodie
  • 23
  • 3
0
votes
0 answers

Firefox: Error fetching cached project bundle for preview

Using stackblitz in firefox i get the following error. in firefox browser can't use stackblitz? other projects i can but this angular project i can't. If you know the solution can you please teach me. The project that I want to open in firefox ・the…
user55416
  • 11
  • 2
0
votes
0 answers

Import error, cant' find a txt file using Stackblitz

I'm trying to figure out why my Wordle repo refuses to run smoothly on StackBlitz, even though everything works fine on my IDE's local host. I can't find an answer for this one unfortunately. The error occurs when importing the txt file from…
Shames
  • 21
  • 5
0
votes
0 answers

How to make multiple API http requests with Angular 14

I am currently doing a project for work that requires me to pass in two APIs within two different input tags. I been following along a stackblitz demo, and was wondering how could I implement this to my project HTML
0
votes
1 answer

how can i add new component on stackblitz

i am using nativescript on stackblitz. i want to use a tabview acording to this doc, i just add a tab on html. but i am not sure because normaly on stackblitz i have to add dependency when i add a new component.
user609511
  • 4,091
  • 12
  • 54
  • 86
0
votes
1 answer

StackBlitz - ECONNREFUSED when connecting to local machine

I'm running a simple express server on my machine and attempting to ping it from a StackBlitz web container, but am getting the following error when trying to connect: FetchError: request to https://192.168.1.23:8443/ failed, reason: connect…
chantey
  • 4,252
  • 1
  • 35
  • 40
0
votes
0 answers

stackblitz - import (react) project from a github repo

i'm trying to open my repo in stackblitz, this is the url that i use stackblitz.com/github/pinale/Refine/tree/master/refinemuiapp Stackblitz automatically open the file .npmrc and the preview of the project remains stucked in starting dev server…
pinale
  • 2,060
  • 6
  • 38
  • 72
0
votes
0 answers

Implementing D3 grouped bar chart with line chart in angular

https://stackblitz.com/edit/d3-grouped-bar-chart-11-r2jkny?file=src%2Fapp%2Fchart.ts Trying to implement grouped bar chart with line chart. attached the code , but not able to render the line chart. It fails with error : ERROR TypeError: Cannot read…
Pooja Bansal
  • 159
  • 1
  • 9
0
votes
0 answers

GoogleAuthProvider does not exist error - Angular 14, Stackblitz

Error in src/app/shared/services/auth.service.ts (93:36) Property 'GoogleAuthProvider' does not exist on type 'typeof import("/turbo_modules/firebase@9.13.0/auth/dist/auth/index")'. Stackblitz Code Firebase is working file without…
0
votes
1 answer

error adding app-routing.module in stackblitz

Here: https://stackblitz.com/edit/partehoras?file=src/app/app.module.ts When I add App Roting like I do it in my VS Code local project without any problem In package.json I get this error: "Error in src/app/app.module.ts (5:34) Cannot find module…
kintela
  • 1,283
  • 1
  • 14
  • 32