Angular Tutorial for Beginners: Learn Angular & TypeScript



Angular tutorial for beginners: Learn Angular & TypeScript from scratch. Ready to master Angular? – Check out my full course: …

source

Reviews

0 %

User Score

0 ratings
Rate This

Sharing

Leave a reply to @shreyadayal8493 Cancel reply

Your email address will not be published. Required fields are marked *

50 Comments

  1. hi mosh, I like your teaching style, I've looked in to your site, I see there is a very old angular tutorial. Do you have any plan for angular 20 tutorial in your site for paid member ?

  2. guys is this course still viable?, i see it is based on angular 4 since it is made 7 years ago, very significant changes has been made and i keep seeing in forums that it is considered outdated, tho it is the cleanest crash course out there

  3. You are an EXCELLENT teacher Mosh ! Although this video is pretty old for me to study Angular in 2025 but after checking out many others, I've come back to this one because you have explained it in such an easy to understand manner. Thanks.

  4. Hi Mosh , is there any updates planned for this course? I’ve really enjoyed learning from you, but the course content feels quite outdated, especially now that Angular has reached version 18+ ! @programmingwithmosh

  5. hi
    Just started watching your course trying to follow step by step…

    Trying to get the cli to work .on windows 10

    to get version i needed to enter npm ng –version and i get version 10.2.5

    so i used the same idea when i try to run npm ng new hello-world

    i get
    C:Usersmeir>node ng new hello-world

    node:internal/modules/cjs/loader:1147

    throw err;

    ^

    Error: Cannot find module 'C:Usersmeirng'

    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)

    at Module._load (node:internal/modules/cjs/loader:985:27)

    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)

    at node:internal/main/run_main_module:28:49 {

    code: 'MODULE_NOT_FOUND',

    requireStack: []

    }

    Node.js v20.10.0

    Suggestions appreciated

  6. Hi Mosh, I got some problem on the part of "*ngFor*". The list can't be shown and keep telling me I should use *ngForOf. What is the problem? Thank you for your video!

  7. 14:00 I have only 50% of the files and folders being explained in this section. Why, is it because of Angular version? Used the same method to create the Hello-world project so I'm confused. I'm using Angular v18.2.11