Angular Tutorial - 14 - ngFor Directive

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

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

  • @sapnamishra3613
    @sapnamishra3613 5 ปีที่แล้ว +34

    thank you so much for your videos ... I HAVE BEEN WATCHING EACH AND EVERY VIDEO OF ANGULAR 8 TUTORIAL SINCE THE TUTORIAL 1 AND THE WAY YOU HAVE EXPLAINED EACH AND EVERY CONCEPT IS JUST PERFECT ..THANK YOU SO MUCH ...YOUR EXPLANATION IS TO THE POINT AND JUST PERFECT...KEEP UP THE GOOD WORK

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

    Best tutorial of angular ...that what I saw till now

  • @sun_raise_ap
    @sun_raise_ap 7 ปีที่แล้ว +15

    Awesome tutorials bro, very neat, straight to the topic. Please add more videos..

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

    @Codevolution, This series is greats! Thanks a lot. A minor thing I want to point out. We can do this without the also. We can just have {{color}}

  • @md.mehedihasanshimul8881
    @md.mehedihasanshimul8881 4 ปีที่แล้ว +4

    You are really awesome,the way you teach is perfectly understanable for any one..
    please keep it up. 😊

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

    Its 1.55 AM now ..... I am still going through your course .... Nice work

  • @garikmelqonyan6011
    @garikmelqonyan6011 6 ปีที่แล้ว +4

    Good job!

  • @y.hmusic
    @y.hmusic 5 ปีที่แล้ว +1

    Thanks for this playlist. It helps me a lot.

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

    Thank you man, love your videos!

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

    Superbbb tutorial brother ....keep uploading more videos ....

  • @ايمانعبدالقادر-ص9خ
    @ايمانعبدالقادر-ص9خ 6 ปีที่แล้ว +1

    :D
    ngFor with style.color


    html file:
    this is {{color}}
    ts file:
    public colors = ["orange", "red", "green", "blue"];

  • @pooya5286
    @pooya5286 7 ปีที่แล้ว +1

    great course. keep up the good work

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

    Watch at 1.5x speed!

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

    thank you very much!

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

    Thanks for your videos, it's helping me a lot 👍

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

    Suppose I made a list using ngfor and I want to retrieve the data of the single element of the array on which I clicked with mouse on the browser then how do I get that single element value on click into the ts file?

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

    how if I want to click to that elements and assign them a function?

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

    what is the use of "of" keyword at the right hand side of *ngFor ?

  • @MiguelRodriguez-ck7br
    @MiguelRodriguez-ck7br 6 ปีที่แล้ว

    Nice tut. But ngfor works with array of objects? How can I do it?

  • @vinayn9110
    @vinayn9110 6 ปีที่แล้ว

    can i give each element an ID? how would I implement mouseover event for each element, where response depends on the element. Anyone know how to do this?

  • @kathiravant1668
    @kathiravant1668 6 ปีที่แล้ว +1

    to get specific index what can we do

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

    You are the besssstttt

  • @ravindrasonawane6507
    @ravindrasonawane6507 5 ปีที่แล้ว

    good job bro

  • @bhenjylmaypa5839
    @bhenjylmaypa5839 6 ปีที่แล้ว

    @codevolution what would be the practical use of first, last, odd and ect.?

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

      Odd and even can be used like he said to make a more readable tabular view, where every other row is a bit different color. First and last ... Well I guess if you sorted an array of random prices by value in JS/TS, you might wanna highlight cheapest or/and most expensive one in HTML :P

  • @RameshPalusamy
    @RameshPalusamy 6 ปีที่แล้ว

    Nice tuts. Can you give me concept that how to generate csv files from Angular Datatables data?.

  • @noumanmukhtar6572
    @noumanmukhtar6572 6 ปีที่แล้ว

    You are Amazing Man! Do you have knowledge about Laravel?

  • @hassannasir1564
    @hassannasir1564 6 ปีที่แล้ว

    how it identify color is what ? of array colors

  • @diptiranjan1001
    @diptiranjan1001 7 ปีที่แล้ว

    i like your videos can you plz add some videos about component communication both nested component and two siblings component which is not nested ??

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

    Type 'Event' is not assignable to type 'string'.
    4
    can anyone please help me with this error

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

      Your type of message variable is string, $event is type of Event, it's incompatible types. You need to use $event.value, because $event is object with built-in properties, where is property "value" thats keep user input value.

  • @ThaLiquidEdit
    @ThaLiquidEdit 6 ปีที่แล้ว

    how do you do these automatic closing tags in vs code?

    • @msjazz0118
      @msjazz0118 6 ปีที่แล้ว +1

      Emmett is another plug-in or extension that can be added in VS code for this.

  • @iliyasmsc
    @iliyasmsc 5 ปีที่แล้ว

    Facing error.. Can not bind *ngforfor since it isnot a known property of div..
    {{color}}

    • @chrishinwork1374
      @chrishinwork1374 5 ปีที่แล้ว

      Where are your quotes?
      {{ color }}

    • @rutwasomani9614
      @rutwasomani9614 5 ปีที่แล้ว

      same problem..

    • @rutwasomani9614
      @rutwasomani9614 5 ปีที่แล้ว

      @@chrishinwork1374 error still occurs inspite of the quotes

    • @chrishinwork1374
      @chrishinwork1374 5 ปีที่แล้ว

      @@rutwasomani9614 Another possibility is you may have typed *ngfor instead *ngFor (note the upper case F).

    • @rutwasomani9614
      @rutwasomani9614 5 ปีที่แล้ว

      @@chrishinwork1374 no i typed *ngFor only

  • @ai.aspirations
    @ai.aspirations 5 ปีที่แล้ว

    good tuto

  • @Peekaymaja
    @Peekaymaja 5 ปีที่แล้ว

    Yuu are awesome

  • @akhoafrinsumaiya
    @akhoafrinsumaiya 2 หลายเดือนก่อน

    50759 Dejah Highway

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

    🙏👍

  • @LouieNewman-u4v
    @LouieNewman-u4v 3 หลายเดือนก่อน

    51219 McKenzie Garden

  • @googleuser7159
    @googleuser7159 6 ปีที่แล้ว

    {{i }} {{color}}
    public dataforloop = ['red','blue','green'];
    this is showing error i dont no why

    • @luisarcher1
      @luisarcher1 5 ปีที่แล้ว

      is your dataforloop declaration inside your class ?

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

    who thinks jinja in python is much better?