Angular Tutorial for Beginners - Learn Angular 14 Frontend Development

Поділитися
Вставка

КОМЕНТАРІ • 38

  • @Balawi28
    @Balawi28 Рік тому +8

    This is the best tutorial for Angular beginners I've seen so far, straight to the point!, thank you for sharing this course.

  • @joaovictormsantos
    @joaovictormsantos Рік тому +5

    Awesome, thank you, you are straight to the point, that's what is needed, keep doing it!

  • @julianespino2024
    @julianespino2024 Рік тому +2

    Thank you!

  • @shantkumarbiradar9255
    @shantkumarbiradar9255 Рік тому +1

    One of the best angular tutorial for beginners. Thank you :)

  • @ecommercewithjay8857
    @ecommercewithjay8857 Рік тому

    Just finished watching this tutorial and thank you. Very helpful and will continue by creating small micro apps in angularJS while reading the API docs for angularJS and typescript.

  • @bigjamar
    @bigjamar Рік тому +1

    Muchas gracias, excelente!

  • @Karthik22ng
    @Karthik22ng Рік тому +1

    Thanks a lot, this is a good kickstart.

  • @btvbharat2154
    @btvbharat2154 Рік тому +2

    Thank you so much for sharing your experience with us. God bless you .

  • @user-fi4kk1pr5u
    @user-fi4kk1pr5u 8 місяців тому +1

    Best instructor

  • @alittlegreyhair1104
    @alittlegreyhair1104 Рік тому +7

    Thank you for your hard work creating the Angular tutorial. Clearly explained throughout. I have made a ton of notes!

  • @DanielEFX
    @DanielEFX 6 місяців тому +1

    great course! Thank you.

  • @youyouRio
    @youyouRio 9 місяців тому +1

    Great ! Awesome tutorial for beginners

  • @kamal.hussain
    @kamal.hussain 10 місяців тому +1

    An Excellent tutorial!

  • @DeeDeeMedia
    @DeeDeeMedia Рік тому +2

    Keep on doin what u doin

  • @monsieurrodriguez9687
    @monsieurrodriguez9687 6 місяців тому +1

    you deserve more view due!

  • @Beji-boy
    @Beji-boy Рік тому +2

    I can't wait 😁 ahhh

  • @aliasadhassan
    @aliasadhassan Рік тому

    very nice

  • @kapilkanur
    @kapilkanur Рік тому

    Thanks!

  • @natlinux
    @natlinux Рік тому

    Hallo Jannick,
    mal wieder ein super Tutorial von dem ich, wie gewohnt, viel gelernt haben. Gerne mehr davon. Was ich nicht verstanden habe, warum sollte ich mehrerer Module haben? Bzw. sollte ich für jede Komponente ein Modul haben? Ich nutze zur Zeit das Tamplate von VisualStudio 2022 dort, ist alles auch das Routing in der App-Modul.ts.
    Währe schön wenn du Zeit findest dies kurz zu erklären. Vielen Dank dafür.

  • @Ouba1
    @Ouba1 Рік тому

    im gonna need angular for my job

  • @illumi98
    @illumi98 9 місяців тому

    More of angular projects and/or .net projects please

  • @yogeshpoonia4841
    @yogeshpoonia4841 Рік тому

    Can you make a full long playlist for Angular

  • @SmartP
    @SmartP Рік тому

    I want to learn Angular as frontend to an ecommerce app I want to create with spring boot

  • @tkanel
    @tkanel Рік тому

    Something is wrong with your site's login. It doesn't accept pass and doesn't send recover emails today.

  • @PaulPetersVids
    @PaulPetersVids Рік тому

    56:47

  • @yusuffsheriff4568
    @yusuffsheriff4568 Рік тому

    I need css code

  • @tutorialsEU
    @tutorialsEU  Рік тому +3

    🚀 SKYROCKET your C# skills and become a sought-after C# web developer with our C# Progress Academy: academy-tutorials.eu/csharp-progress-academy-organic?
    In this 2-hour-long Angular 14 Tutorial we will cover the most important topics about software development using Angular. During this Angular course, we will create a task-list application which is also using an Angular Material component. If you are searching for a great video to get started with Angular, you have come to the right place.
    While developing the course application you will learn about Angular components, angular modules, angular services and even about angular routing. This Angular tutorial will get you started in frontend development. Enjoy!
    We'll make sure to make a Developer out of you in no time!

  • @robertkoch6135
    @robertkoch6135 3 місяці тому

    Danke fürs Tutorial! Du bist Deutscher oder? Den deutschen Akzent beim Englisch sprechen kann man vor einem anderen Deutschen einfach nicht verstecken 🤣

  • @jacoa.imthorn8113
    @jacoa.imthorn8113 Рік тому

    Try to count the number of times this guy says "for sure" in this video. ;-)

    • @devinaugot3017
      @devinaugot3017 Рік тому +1

      I'll make a for loop to do it 🤣

    • @koffiepot82
      @koffiepot82 11 місяців тому +1

      thx for ruining it for me ;)

  • @kamal.hussain
    @kamal.hussain 10 місяців тому

    @tutorialsEU, I am stuck at the Remove Task activity, getting this error:
    Error: src/app/app.component.ts:26:39 - error TS7006: Parameter 'task' implicitly has an 'any' type.
    26 this.tasks= this.tasks.filter(task=> task != existingTask)
    My code appears to be same as what I see in the video, so not sure how to fix it.
    Could you help guide about this? and also if you could share the source code as well.