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
-1
votes
1 answer

Stackblitz simple MatDialog example unable to find ComponentFactory

I am trying to set-up a stackblitz example to ask a more complex question about an issue I am having with testing. However, when setting up the basic example, while my basic test passes, clicking on the button to get the MatDialog to show throws an…
user796446
-1
votes
1 answer

Angular + Firebase hosting: how to use static js file in website root?

I'm making PWA with Angular and Firebase. Using StackBlitz for developing. I want to make "Add to home screen" Chrome standard advice working when user opens my app in browser, but I can't correctly call "service worker" JS from my code... I…
-1
votes
1 answer

How can I use Syncfusion Vue Examples with Stack blitz

I want to use stackblitz with syncfusion - specifically a grid inline editing example. I can almost get it going , but I can't get the Material design styles to display. I am a newbie to syncfusion and stack blitz Thanks
Martin Thompson
  • 3,415
  • 10
  • 38
  • 62
-1
votes
3 answers

find minimum numbers of currency for required amount

I made a little program to find minimum number of notes(currency) for the required amount. for example, let's say I enter an amount 1121 and I have an array of these values below: notes = [1, 2, 5, 10, 50, 100, 200, 500] so my final result will…
-2
votes
3 answers

css styling not being applied

I have the most basic static html/css project, and for some reason I can't get my styles to be applied to my html elements in stackblitz. Here's the project. Could it be that linking the css file with the link tag doesn't work for some reason? Maybe…
klondike
  • 383
  • 3
  • 13
-2
votes
1 answer

Component not showing its content on lazy loading

I am having trouble sharing components in modules in Angular 8. I was trying to build a stackblitz but I got stuck in some problem. I don't know if the problem is related to Angular or stackblitz itselft. My example can be accessed here here When…
Diego Alves
  • 2,462
  • 3
  • 32
  • 65
-2
votes
1 answer

Unable to build a multi-level menu using mat menu

I am using Angular 8 with Angular Material to build a multi-level menu that is 3 levels deep. E.g. One -> Two -> Three StackBlitz…
Richard
  • 8,193
  • 28
  • 107
  • 228
-2
votes
1 answer

Angular and Stackblitz

This link mon appli dans Stackblitz shows a small application (from the angular 7 doc) on stackbliz. I made some changes that I later canceled but it seems that there are traces and the application does not work. I deduce that it is probably a…
Caplande
  • 23
  • 1
  • 4
-3
votes
1 answer

How to solve internal server error for next.js on stackblitz?

I'm trying to create a simple example for a problem I have in NextJS. The problem is that it encountered an error, showed Internal Server Error and now I'm stuck at how to make it work. I retried many times. But each time somewhere it encounters…
Big boy
  • 1,113
  • 2
  • 8
  • 23
-4
votes
1 answer

Registering an Angular ErrorHandler?

Tried registering an Angular ErrorHandler in this minimal stackblitz, however it is not logging the error that is thrown in the constructor of the HelloComponent. Thoughts?
Ole
  • 41,793
  • 59
  • 191
  • 359
1 2 3
15
16