Directives in Angular Applications

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 71

  • @ugyensingye7427
    @ugyensingye7427 4 роки тому +9

    i like your explaination alot! was recommended to me by a friend, and i am also sure to recommend this playlist to anyone learning Angular.

  • @shraddhayewale1093
    @shraddhayewale1093 2 роки тому +1

    best explanation i ever get

  • @srikanthgubba
    @srikanthgubba 2 роки тому

    I am very beginer level in Angular course and really I understood about directives in detailed manner .. thank you Mosh for giving a wonderful courses to us. also I subscribed your chanel very immediately to get more videos for next lecture.. once again Thank you very much Mosh...

  • @ajitsahu4291
    @ajitsahu4291 6 років тому +6

    One of the best tutorial and presentation I ever have. Thanks

  • @RaviRajput-ff5le
    @RaviRajput-ff5le 5 років тому +48

    I saw the entire video just to see the custom directives, but you missed that part :(

    • @nourinfo
      @nourinfo 5 років тому

      ua-cam.com/channels/pqJpOi5jduXNdaeSdtJLlQ.html&fbclid=IwAR2mC1uCdQDcRxHFdNFZz9kGnucLqqTazyKFr9Vax70ShtO6HHMG0s60QN8

    • @sivakumarg98
      @sivakumarg98 5 років тому +2

      Haha... It's a promotion video for mosh's angular course... I have already registered his node course... Lectures were very good especially errors debugging while doing tasks he purposely make us to do errors and correct it... u can take this course if u want ... It will be definitely helpful...! 👍

  • @skelper99
    @skelper99 6 років тому +8

    The best teacher by far...thanks!

  • @dr.faithadhiambo254
    @dr.faithadhiambo254 8 місяців тому

    Thank you so much Mosh, I know understand what directives are

  • @handlehandle12322
    @handlehandle12322 6 років тому +2

    21:00 because the index of rows starts from 0. So the first row is numbered 0 and the 3rd row is numbered 2, which are even numbers.
    0,1,2.

    • @NitheshReddy
      @NitheshReddy 5 років тому

      When it comes to Computer programming, 0 is treated a Even. So, in this case, 0 and 2 are even and 1 is odd.

    • @dewinchy
      @dewinchy 4 роки тому

      Pretty misleading if you're a beginner, but yeah, the (EVEN) suffix is rendered if the index of that loop is treated even. The index goes from 0 to 2 in this case, so 0 and 2 are treated even. Not if the label shows an even number!

  • @WebTechies82
    @WebTechies82 6 років тому +2

    Awesome Tutorial I have learnt Directive very easily

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

    Very nice explanation.

  • @berkererol
    @berkererol 2 роки тому

    Very clear explanation, thanks a lot Mosh.

  • @TitoMitto
    @TitoMitto 7 років тому +2

    I love your tutorial. They are detailed

  • @richardlanglois5183
    @richardlanglois5183 6 років тому +2

    Very well presented, thanks for sharing your knowledge!

  • @praveenrajsr2112
    @praveenrajsr2112 7 років тому +2

    Thank you for the great Tutorial :)

  • @blessonthomas4875
    @blessonthomas4875 3 роки тому +1

    Your the coolest person in the world 😇

  • @jokerface22
    @jokerface22 3 роки тому

    Very good tutorial. Helped me a lot

  • @saidhouwasse7507
    @saidhouwasse7507 6 років тому +1

    Thanks for this tutorial, Really salute your efforts!

  • @ByongyulChoi
    @ByongyulChoi 3 роки тому

    In ngSwitch example.
    I don't know if it's version issue, but the selected value is changed to the default value because the page is reloaded.

  • @sohrabtaheri1025
    @sohrabtaheri1025 5 років тому

    haji terkoondi awliiieee
    thanks mosh it was great

  • @ericwilfriedettien4603
    @ericwilfriedettien4603 6 років тому

    Very good explanation.Thank you very much !

  • @javascript_developer
    @javascript_developer 3 роки тому

    Need more details on change Detection strategy.

  • @novririzky9893
    @novririzky9893 7 років тому

    for(i=1; i

    • @andrewpeters8357
      @andrewpeters8357 6 років тому +5

      This code hurts to look at.

    • @jasperwes
      @jasperwes 6 років тому +1

      printThanks() { return `very good tutorial, thanks!
      ` + printThanks(); }
      console.log(printThanks())

    • @oiux5749
      @oiux5749 6 років тому +1

      r/badcode

    • @narutokunn
      @narutokunn 5 років тому

      while True:
      print("very good tutorial, thanks!")

  • @HemantKumar-yk2jk
    @HemantKumar-yk2jk 6 років тому

    One of the best teacher

  • @bubamanjang
    @bubamanjang 6 років тому +1

    Thank you Mosh! I appreciate you.

  • @phitran3158
    @phitran3158 6 років тому +2

    greate lession.. thanks.

  • @aravindj9893
    @aravindj9893 3 роки тому

    Mosh put other videos of angular course for beginners.

  • @aoam9194
    @aoam9194 6 років тому +1

    Such a great tutorial

  • @ppcris2905
    @ppcris2905 4 роки тому

    I have noticed the play progress bar!! Great 👍

  • @johmbon
    @johmbon 6 місяців тому

    Am I missing the part where you learn about custom directives like you said in the intro? I don't find the timestamp for it

  • @sheshikanthkotte7314
    @sheshikanthkotte7314 2 роки тому +1

    In ngswitch case you have written *ngSwitchCase="'map'" in this case you said that we are checking whether the value is equal to map or not but the operator you used is assignment operator not ==, even though your code is working how is it possible

  • @kal_node
    @kal_node 5 років тому +1

    nice tutorial

  • @raiseer
    @raiseer 2 роки тому

    Good video, but half the content that was announced in the introduction, is not in the video :/

  • @FloKorp86
    @FloKorp86 6 років тому +4

    This does NOT show how to build custome directives. Misleading intro

  • @nawaz687
    @nawaz687 6 років тому

    Super good video

  • @miskellil4844
    @miskellil4844 7 років тому +2

    my respect

  • @lesleyshome
    @lesleyshome 5 років тому +4

    watched this video only for custom directives...missing that

  • @sambhavsharma9661
    @sambhavsharma9661 7 років тому

    i am using ngif but facing below problem. Please help me.
    compiler.es5.js:1694 Uncaught Error: Template parse errors:
    Can't bind to 'ngif' since it isn't a known property of 'div'. ("
    ]*ngif="courses.length > 0">
    List of courses
    "): ng:///AppModule/AppComponent.html@1:5
    Property binding ngif not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("
    [ERROR ->]

  • @MichaelSalo
    @MichaelSalo 2 роки тому

    Why do we have to rename 'index' and 'even' variables. Can they be used with their original names?

  • @sambhavsharma9661
    @sambhavsharma9661 7 років тому +2

    got it

  • @tomaspyth7017
    @tomaspyth7017 4 місяці тому

    Is it not outdated?

  • @Jubinmail
    @Jubinmail 4 роки тому +1

    Why does Angular have a billion ways to do the same thing?

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

    Why does bootstrap property not working on my project?

  • @prernapnegi
    @prernapnegi 6 років тому

    What are using in this styles.css file?

  • @afsanamimi3084
    @afsanamimi3084 2 роки тому

    when I write course in ts file it showing error

  • @TUITKRISHNAKUMAR
    @TUITKRISHNAKUMAR 4 роки тому +1

    Mosh, what do you mean by "Costly" in this context ?

    • @dewinchy
      @dewinchy 4 роки тому +1

      I think he means that if the user's gonna toggle let's say a detail view and do that toggling maybe 2-3 times and that toggling cost each time 1-2 seconds, because the whole detail view must be built up each time, it can be better to let that part in the DOM and just toggle the hidden attribute. Doing so will lower the cost regarding DOM manipulation overhead. The browser rendering of course happens each time, but that's not the time consuming part of it.

  • @raghupola1
    @raghupola1 6 років тому

    Hello Mosh,
    I have a question here, how it will look in the browser if we use hidden instead of *ngIf.
    Is it show empty space or it won’t create element on DOM

  • @aoam9194
    @aoam9194 6 років тому

    I like it

  • @AlessioCollura
    @AlessioCollura 6 років тому

    I like this tutorial, but adding stiffed logic inside a div to reference a dom element "by id", because we are hip and don't want to manipulate the dom, is the most stupid thing that angular is forcing on us.

  • @HazirEmir
    @HazirEmir 7 років тому +2

    Top

  • @natiarquia
    @natiarquia 6 років тому

    Hi, i have a question, what is the name of the extension for autocomplete coding?

  • @SandyUndefinedVlogs
    @SandyUndefinedVlogs 6 років тому

    actually, i m having some problem with splice i think so, it remove like the values in stack

  • @samighasemi3333
    @samighasemi3333 3 роки тому

    👍🏻

  • @bilalnizamani7447
    @bilalnizamani7447 4 роки тому

    can anyone tell me , how to add bootstrap link and which?

  • @bhargavk8746
    @bhargavk8746 7 років тому

    i want to repeat the same line for 3 times how to do that using ngFor

  • @handlehandle12322
    @handlehandle12322 6 років тому

    Too many bloody ads in the video!

  • @VishalKumar-kr9me
    @VishalKumar-kr9me 4 роки тому +1

    Disliking becoz you wasted my time. I watched entire video for custom directives.

  • @akab211
    @akab211 4 роки тому

    dumb elements :D