5

I forked this tutorial from angular.io site: https://angular.io/start

One of the steps has you create a new component and so I right click the app folder but there is no "Angular Generator" option like it shows in the screen shot on their site. What am I missing?

enter image description here

I should see this instead:

enter image description here

Chris Lercher
  • 37,264
  • 20
  • 99
  • 131
slashbrackets
  • 196
  • 1
  • 9
  • I think that's an issue on stackblitz side. Please report a bug there https://github.com/stackblitz/core/issues. It doesn't recognize Angular application because model has changed – yurzui Nov 07 '21 at 18:29
  • are you sure you are using **Right** button of the mouse, and click on the app folder? -works for me in Chrome, Edge and FireFox for windows just checkeck now- – Eliseo Nov 07 '21 at 18:32
  • I encountered the same problem. It's strange, because when I create a new project of type Angular/TypeScript directly from the stackblitz home page, the Angular Generator works fine. One thing I noticed is, that the angular.io/start example shows a warning on the bottom left: "WebContainer is in Beta". This warning is not shown on the newly generated Angular project. I haven't found a significant difference between the two projects so far, but something's got to be different. – Chris Lercher Nov 07 '21 at 18:42
  • i am using macbook pro and chrome – cam Nov 08 '21 at 03:25
  • @Eliseo Looks like you clicked on a wrong link. You can also check any example from Angular material library https://material.angular.io/components/button/examples I don't think it will also work for you. – yurzui Nov 08 '21 at 10:10
  • @Eliseo Here's the link from getting started guide we're trying to open https://angular.io/generated/live-examples/getting-started-v0/stackblitz.html – yurzui Nov 08 '21 at 10:11
  • https://github.com/angular/angular/issues/44079#issuecomment-961975093 – yurzui Nov 08 '21 at 17:53
  • I believe you had opened AngularJS [JavaScript] instead of Angular [TypeScript] IDE. – Aakash Feb 18 '22 at 06:10

1 Answers1

0

There has been an update on the documentation about this. Hard refresh (Ctrl+F5) https://angular.io/start to see the uncached version

Dimi
  • 9
  • 3