TheCSharpAcademy / TCSA.V2

A revamp of The C# Academy using all the power of .NET 8's new Blazor!
5 stars 10 forks source link

Change Tour of Heroes tutorial in the first Angular project #342

Open Doc415 opened 4 months ago

Doc415 commented 4 months ago

Tour of Heroes tutorial is not consistent with new version of Angular, and it does not work even if you follow the instructions. It should be changed with an alternative tutorial

ukpagrace commented 2 months ago

Hey @Doc415 Do you have an alternative tutorial you followed that works?

Doc415 commented 2 months ago

Hey @Doc415 Do you have an alternative tutorial you followed that works?

Unfortunately I dont have any yet

VocalNight commented 2 months ago

The tutorial for angular now is related to a renting website, it can be found here:

https://angular.dev/tutorials/first-app

Solving this issue would mean changing not only the whole article, but the project repo too.

Doc415 commented 2 months ago

Yes indeed. I had to follow the new web sites tutorial and applied what i learned to old project. I had to spent double time . Angular is updating major revisions in every six months. It s backward competable but still hard for new comers. I had to skip Angular area because of this. Completing React projects made it easier to understand Angular. I still suggest to update first Angular project with a stable , not version dependent one.