Build Your First ANGULAR Web app ~ Beginner Angular Todo app

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 186

  • @bilgekaankaplan1141
    @bilgekaankaplan1141 3 ปีที่แล้ว +18

    he teaches you and make you smile with tiny miny jokes. what else can you want from an angular tutor?

  • @orcaowlwizco369
    @orcaowlwizco369 2 ปีที่แล้ว +5

    Tyler- Just started learning Angular/TS for a new job, and you are a natural teacher. Keep it up man because you by far had the best tutorial and I've seen a lot. You keep it simple- I had one issue with not inferring type- which was answered in the comments below. Other than that, this is a 5/5 tutorial hands down. Thanks a lot!

  • @raihanar5323
    @raihanar5323 9 หลายเดือนก่อน +4

    if it is showing error in this part 14:39 , then change the code to
    "export class Todo{
    content!: string;
    completed!:boolean;
    }
    It is because TypeScript 2.7 includes a strict class checking where all the properties should be initialized in the constructor. A workaround is to add the ! as a postfix to the variable name.

  • @zainshahbaz6511
    @zainshahbaz6511 3 ปีที่แล้ว

    IT takes 3 days of my life to resolve errors,Heartly thanks alot brother

  • @mybootscamewithoutstraps
    @mybootscamewithoutstraps ปีที่แล้ว

    I've used all 3 frameworks of React, Vue, and Angular. I've particularly worked with Angular professionally, and as a high school grad to be making 6 figures because of Angular, I've realized that it may not be as popular as React, but it's WILDLY effective when it comes to things such as huge data/form driven apps. You'd quickly get huge, cumbersome files if you were in the single file setups like the other 2 use, but with Angular, it keeps everything very structured and I've grown to love that. Also, it just comes with everything already, so you don't have to constantly import goofy things to make it work.

  • @ΜάριοςΚολιός-γ8κ
    @ΜάριοςΚολιός-γ8κ 2 ปีที่แล้ว +1

    Currently learning Angular for interviews. Maybe the best video for beginners I found! Great work! Thank you very much!

  • @ludame
    @ludame ปีที่แล้ว

    Thanks for the tutorial! The best part of your videos is that you take your time to explain what each line of code is doing which I really appreciate!!

  • @odysseaslogothetis8584
    @odysseaslogothetis8584 6 หลายเดือนก่อน

    i like it a lot. it s the 2nd ever video about angular I ve seen in my life and i was able to follow. it got difficult after the 6th thing he named todo

  • @landtechjobs
    @landtechjobs 3 ปีที่แล้ว +7

    Big thanks! As someone who has recently started teaching the basics of code, I have to say this video is refreshing. I am junior dev coming from the React world. Just thought I would give Angular a glance. Of course, it might be turn out to be more than a glance! I already jive with the Angular layout. Great tutorial!

    • @toshiroh5997
      @toshiroh5997 2 ปีที่แล้ว

      Do you still study angular? I'm starting to learn but its a lot of information all at once

  • @OverDrive804
    @OverDrive804 3 ปีที่แล้ว +5

    I started learning Angular recently because the software company I work for uses it and want to learn Ionic at some point. So far, I really like it. It might seem hard to work with because there are so many files, but I promise you only have touch the HTML, CSS, TS, Module and Routing files only. The latter two are not hard to work with. Really hope you will consider more Angular tutorials in the future!

    • @logan8283
      @logan8283 2 ปีที่แล้ว

      hi there same situation for me...so should i focus more on html css ts module and routings ?

  • @chasec4897
    @chasec4897 10 หลายเดือนก่อน

    brilliant tutorial man ! did Angular roughly 6 years ago then went to React, but might and hoping to get a job in angular so I had to re-learn the basics. I prefer React so much haha.
    Massively helped ! thank you so much !!

  • @adrianperez5175
    @adrianperez5175 3 ปีที่แล้ว +1

    Hard to find good videos like this on Angular for beginners! Thanks!

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      You're very welcome!

  • @krzaqabc
    @krzaqabc 3 ปีที่แล้ว +5

    Tyler, great explanation! We are waiting for more angular stuff from you! :)

  • @saFeHD
    @saFeHD 2 ปีที่แล้ว +1

    Just starting to learn Angular and more or less programming in general. Thanks for the tutorial, was really nice to follow on even as a beginner like i am :)

  • @yevhendmitriiev709
    @yevhendmitriiev709 3 ปีที่แล้ว +2

    Thank you! Best todo app video ive ever seen. Simple and affordable

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Glad you like it!

  • @codingat2am
    @codingat2am 2 ปีที่แล้ว

    What a fantastic tutorial. I'll be honest, I am really liking Angular so far, it sorta clicks with me more than others tbh. So thank you very much for helping me start this journey

  • @mercuary519
    @mercuary519 3 ปีที่แล้ว +2

    THIS REALLY HELPED ME A LOT THANK YOU

  • @ranoualachheb8382
    @ranoualachheb8382 3 ปีที่แล้ว +1

    your video and your way of explaining is amazing and you are also fun to listen too, thank you

  • @rada1584
    @rada1584 2 ปีที่แล้ว

    Thank you so much for this video Tyler, it just helped me to figure out what I've learned in my course early this last week. Thanks once again

  • @Tonirel
    @Tonirel 3 ปีที่แล้ว +2

    Just an amazing guide to get started and understand how Angular works!

  • @timuromarbaev1660
    @timuromarbaev1660 2 ปีที่แล้ว

    You can also add [disabled]="inputTodo === ''"" to input type=submit tag to prevent adding empty tasks to the list

  • @ahikirizahenry1556
    @ahikirizahenry1556 2 ปีที่แล้ว +1

    Thank you so much for this tutorial. I have learnt much

    • @TylerPotts
      @TylerPotts  2 ปีที่แล้ว

      Glad it was helpful!

  • @luismanuelcastillocolombo3122
    @luismanuelcastillocolombo3122 3 ปีที่แล้ว +1

    This is great to get a general idea of the framework. Thanks a lot

  • @anuranjkp9377
    @anuranjkp9377 2 ปีที่แล้ว +1

    simple and perfect tutorial without confusing soo much things..thank you soo much🥰

    • @TylerPotts
      @TylerPotts  2 ปีที่แล้ว

      You’re welcome 😊

  • @pavanbhat5573
    @pavanbhat5573 3 ปีที่แล้ว +2

    Thank you so much sir

    • @TylerPotts
      @TylerPotts  2 ปีที่แล้ว

      You are most welcome

  • @YALW0506
    @YALW0506 3 ปีที่แล้ว +2

    Thank you very much for this video man, I've learned a lot. Greetings from the Dominican Republic 😊.

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @Hektagor
    @Hektagor 3 ปีที่แล้ว +2

    Awesome video, really helpful and enjoyable!!! :)

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Glad it was helpful!

  • @MrVois
    @MrVois 4 ปีที่แล้ว +3

    Very well explained. Keep going!

    • @TylerPotts
      @TylerPotts  4 ปีที่แล้ว

      Thanks, will do!

  • @pimchatp3018
    @pimchatp3018 3 ปีที่แล้ว +1

    Thanks a lot! I really love your explanation! ♥

  • @williamsanchez4801
    @williamsanchez4801 ปีที่แล้ว

    Great video. Thanks for sharing your knowledge.

  • @serpentinefireball
    @serpentinefireball 3 ปีที่แล้ว +1

    This was brilliant and just what I needed! Thank you

  • @mariomendonca3135
    @mariomendonca3135 3 ปีที่แล้ว

    thanks a lot, very good video, its my first contact with angular, and I learned a lot

  • @FuzzyAnkles
    @FuzzyAnkles 5 หลายเดือนก่อน

    that was fun to watch !

  • @nilmendes7710
    @nilmendes7710 4 ปีที่แล้ว +1

    This tutorial is very instructive and fun!
    Thanks!

  • @JustynaSzulecka
    @JustynaSzulecka ปีที่แล้ว

    That's really great explanation. Great job! Thank you!

  • @inhazfahim8270
    @inhazfahim8270 2 ปีที่แล้ว +1

    Damn bruh..very clear and informative.. 💯

  • @FnaticMovieMakingArt
    @FnaticMovieMakingArt ปีที่แล้ว

    it's a very clear tutorial. thanks a lot

  • @Zino592
    @Zino592 3 ปีที่แล้ว

    Thank you very much for this video! I followed along and was able to produce the application

  • @red1io
    @red1io 3 ปีที่แล้ว +5

    you can use this method to delete a todo task :
    deleteTodo(i) {
    this.todos.splice(i, 1);
    }
    instead of filter method you used.
    thanx dude I have learned a lot from your tutorial

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว +1

      Thanks for sharing

    • @mr_mridangam
      @mr_mridangam 3 ปีที่แล้ว

      when i do this its doing the same to toggledone method its not removing the todo from the list .kindly help

  • @somebodyCEO
    @somebodyCEO 3 ปีที่แล้ว +1

    Perfect simple tutorial! Thank you very much

  • @IFelipeTiburcio
    @IFelipeTiburcio 2 ปีที่แล้ว

    You're a really nice teacher. Thanks for sharing your knowledge!

  • @liaafework3466
    @liaafework3466 3 ปีที่แล้ว

    Thank you for a great video...keep them coming. I´m trying to learn Angular!

  • @waterbottlexd1298
    @waterbottlexd1298 3 ปีที่แล้ว

    My first project! Thank you!

  • @michalhazan839
    @michalhazan839 2 ปีที่แล้ว

    Thank you for this video! It helped me a lot :)

  • @yusbelydelgado681
    @yusbelydelgado681 3 ปีที่แล้ว +1

    Great Tutorial!

  • @victordallarosateixeira6226
    @victordallarosateixeira6226 11 หลายเดือนก่อน

    Thanks for the tutorial!

  • @aminefathallah4424
    @aminefathallah4424 3 ปีที่แล้ว +1

    Huge thanks ! keep going !!

  • @lgiorgos1
    @lgiorgos1 4 ปีที่แล้ว +8

    Why use a class model instead of an interface/type?

  • @rashiffrashiff1590
    @rashiffrashiff1590 ปีที่แล้ว

    Brilliant simple and Understandable. 🤝🤝🤝🤝

  • @zainshahbaz6511
    @zainshahbaz6511 3 ปีที่แล้ว

    I love the way you teach
    THANKYOU SOMUC BROTHER

  • @kiana_shohoudi
    @kiana_shohoudi 2 ปีที่แล้ว +1

    It was perfect . Thanks' !🤩🤩

    • @TylerPotts
      @TylerPotts  2 ปีที่แล้ว

      Glad you liked it!

  • @solobiker5235
    @solobiker5235 3 ปีที่แล้ว +1

    great lesson. Im react guy tooo. thanks. that's my first angular project. I really enjoy it.

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Happy to hear it! 😁🙌

  • @subramanyak6187
    @subramanyak6187 3 ปีที่แล้ว

    Dude I use react to make website. I wanted to know How Angular works. You explained everything required to get started or to get the brief view on Angular Thank you.

  • @petrnaboko8720
    @petrnaboko8720 3 ปีที่แล้ว

    Awesome tutorial bro! Thanks a lot!

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Glad you liked it!

  • @dotnetfullstack3217
    @dotnetfullstack3217 2 ปีที่แล้ว

    Excellent Video explanation.

  • @islammamado7137
    @islammamado7137 3 ปีที่แล้ว +1

    Great ,thank you very much for your video ,its very helpful

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @SimoneMontagnani89
    @SimoneMontagnani89 3 ปีที่แล้ว +1

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Glad you like it!

  • @Latif127
    @Latif127 3 ปีที่แล้ว +1

    Excellent tutorial, thank you.

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      You are welcome!

  • @latoyalegemah787
    @latoyalegemah787 3 ปีที่แล้ว +1

    Thank you for this video! How can I edit a task by clicking in place or using a button? I can't figure it out.

  • @sksajid9567
    @sksajid9567 2 ปีที่แล้ว

    thank you so much for this great tutorial, can you please tell me what did you use for coloring those brackets and all?

  • @yasahanzengin3329
    @yasahanzengin3329 3 ปีที่แล้ว +1

    Great tutorial, thanks!

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Glad it was helpful!

  • @randerins
    @randerins 3 ปีที่แล้ว +1

    Excellent video, thank you a lot!

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว +1

      You are welcome!

  • @kangajankuganathan4363
    @kangajankuganathan4363 2 ปีที่แล้ว

    Thank you, so detail tutorial

  • @souravdutta5703
    @souravdutta5703 3 ปีที่แล้ว +1

    Please do more videos on angular

  • @harinithapalanisamy6490
    @harinithapalanisamy6490 3 ปีที่แล้ว

    This was a great video, thanks :)

  • @vibhac7717
    @vibhac7717 2 ปีที่แล้ว

    Tyler, started learning Angular, with the todolist app and this is a nice video. I wanted to know, how to clear the input field value ?

  • @mrphyslaw
    @mrphyslaw 3 ปีที่แล้ว +1

    Great video! Thanks!

    • @TylerPotts
      @TylerPotts  2 ปีที่แล้ว

      Glad you liked it!

  • @clarkcollinsmusic9065
    @clarkcollinsmusic9065 3 ปีที่แล้ว +16

    Best tutorial ever so far! However, I'm having three errors that keep occurring regardless of what tutorial I follow:
    1. Property 'todos' has no initializer and is not definitely assigned in the constructor. ts(2564) [11,3]
    2. Property 'content' has no initializer and is not definitely assigned in the constructor. ts(2564) [2,5]
    3. Property 'completed' has no initializer and is not definitely assigned in the constructor. ts(2564) [3,5]
    4. *ngFor isn't auto-populating like it appears to be in your codebase for me and appears to not register as anything??
    Any help would be appreciated as I have no idea why I'm getting this error!

    • @minhchanh6395
      @minhchanh6395 3 ปีที่แล้ว

      Same here, somebody have an answer, pls help

    • @issamboughedda9009
      @issamboughedda9009 3 ปีที่แล้ว +3

      Initialize your variables to empty strings/objects. I got these errors when I left my variables uninitialized

    • @Thunderstormsedation
      @Thunderstormsedation 3 ปีที่แล้ว

      @@issamboughedda9009 hi I have an error for this.todos. saying not assignable to type string. don't know what to do. why does it work for him but errors for us? please help

    • @VanjulThakur
      @VanjulThakur 3 ปีที่แล้ว +18

      @@minhchanh6395 try using "!" after "content" and "completed" in Todos.ts

    • @soendaniel5571
      @soendaniel5571 3 ปีที่แล้ว

      @@Thunderstormsedation what are you assigning this.todos to?

  • @lifeisbeautifu1
    @lifeisbeautifu1 2 ปีที่แล้ว

    Thank you, very clear.

  • @matthewarant377
    @matthewarant377 2 ปีที่แล้ว +1

    Everything in this tutorial stopped working at setting up the Todos array. Maybe this tutorial is outdated?

  • @karolinaszulczyk4921
    @karolinaszulczyk4921 3 ปีที่แล้ว +1

    loved it thanks so much

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Glad you enjoyed it!

  • @muhammadarief4794
    @muhammadarief4794 4 ปีที่แล้ว +1

    nice tutorial sir..thank you

  • @pauljeredev
    @pauljeredev 2 ปีที่แล้ว +1

    awesome video!.... whast the name of you vs code theme.. its😅 nice

    • @TylerPotts
      @TylerPotts  2 ปีที่แล้ว

      Thanks and SynthWave 84

  • @unshavendart3924
    @unshavendart3924 3 ปีที่แล้ว

    15:23 when i type that line a error shows up
    14:40 if i type that whole thingy an error pops up i dont know why and how

  • @sharkkrish
    @sharkkrish 2 ปีที่แล้ว

    It's really superb

  • @djlivestreem4039
    @djlivestreem4039 2 ปีที่แล้ว

    great tutorial

  • @RichardvanBemmelen
    @RichardvanBemmelen 2 ปีที่แล้ว

    Does this include a database connection?

  • @thecatontheceiling
    @thecatontheceiling 9 หลายเดือนก่อน

    what theme do you use for vscode?

  • @scaffus
    @scaffus 3 ปีที่แล้ว

    Hey, what's the theme you'r using and wich extension allows auto bracket closing in html code please ? :))

  • @mellamomarlo
    @mellamomarlo ปีที่แล้ว

    Thank you !

  • @zenzomc9496
    @zenzomc9496 3 ปีที่แล้ว +1

    video very usefull thank you

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      Glad it was helpful!

  • @adityaghaywat3648
    @adityaghaywat3648 2 ปีที่แล้ว

    Hello Tyler....what if there are two same tasks?
    I mean if there is 'Task 1' in the list and we're trying to add task 1 again, what should we do so that the code will throw an error or exception that you can't add the same task?

  • @ZerinTasnim-l3p
    @ZerinTasnim-l3p ปีที่แล้ว

    From where can I get the style.css code?

  • @ramibenhmida4265
    @ramibenhmida4265 3 ปีที่แล้ว

    really helpful thank you

  • @bgmigameplay1345
    @bgmigameplay1345 3 ปีที่แล้ว

    what is the short cut you used to delete whole element of html at 7.35 min

  • @izeedoi
    @izeedoi 2 ปีที่แล้ว +1

    actually helpful and might be the only video i ever do all four for (like , sub , comment AND share)

  • @todd2133
    @todd2133 3 ปีที่แล้ว

    What is the color theme you are using here?

  • @krzaqabc
    @krzaqabc 3 ปีที่แล้ว +1

    maby spamming but! do more vids with angular stuff :D best regards Tyler

  • @jamesbowring9528
    @jamesbowring9528 4 ปีที่แล้ว

    I'm trying to learn a framework like angular in order to better organise code. I always notice, when creating a new app, there is no option to enable routing. Is this a windows, new angular or something else thing going on?

  • @ilhamazhar4u
    @ilhamazhar4u 3 ปีที่แล้ว

    Hello sense, more angular tutorial please :)

  • @joshuakithyoma9575
    @joshuakithyoma9575 3 ปีที่แล้ว

    is the models folder a component?

  • @stefaniaia6615
    @stefaniaia6615 4 ปีที่แล้ว +1

    very good, thank you

    • @TylerPotts
      @TylerPotts  4 ปีที่แล้ว

      Thank you for watching!

  • @wanfirdaus6654
    @wanfirdaus6654 3 ปีที่แล้ว +1

    Thank you man,

  • @ansikunjumon11
    @ansikunjumon11 3 ปีที่แล้ว

    Thankyou for this video! I am having trouble with the line-through(ie, for completed tasks) .Please help me :)

  • @bojidarboradjiev7533
    @bojidarboradjiev7533 3 ปีที่แล้ว +1

    good job, its an ok Video

  • @saheelsapovadia2354
    @saheelsapovadia2354 2 ปีที่แล้ว

    Awesome!

  • @manikantajupudi4129
    @manikantajupudi4129 3 ปีที่แล้ว +1

    thank u so much.

    • @TylerPotts
      @TylerPotts  3 ปีที่แล้ว

      You are most welcome

  • @petarzuvic2444
    @petarzuvic2444 3 ปีที่แล้ว

    Can someone please explain what does this v in the functions mean? And why do I always get an error there

  • @bhavikabasavaraj1722
    @bhavikabasavaraj1722 2 ปีที่แล้ว

    Which vscode theme is that

  • @softblood1941
    @softblood1941 4 ปีที่แล้ว +2

    Icon pack and theme please 😁, also nice video

    • @TylerPotts
      @TylerPotts  4 ปีที่แล้ว +2

      Material Icons and SynthWave

    • @jjuriz
      @jjuriz 3 ปีที่แล้ว +1

      @@TylerPotts Thank you for sharing this. I love the SynthWave extension. Curious if there is something else or a variant of SynthWave you're using. My string interpolation braces {{}} and anything inside "" in the html file do not display the theme. Great tutorial sir!