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
@mohdmuzaffarahmed49234 жыл бұрын
Best tutorial of angular ...that what I saw till now
@sun_raise_ap7 жыл бұрын
Awesome tutorials bro, very neat, straight to the topic. Please add more videos..
@md.mehedihasanshimul88815 жыл бұрын
You are really awesome,the way you teach is perfectly understanable for any one.. please keep it up. 😊
@prasadkarunagoda76204 жыл бұрын
@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}}
@zishanshaikh8515 жыл бұрын
Its 1.55 AM now ..... I am still going through your course .... Nice work
@motilimkayes13524 жыл бұрын
Thank you man, love your videos!
@jaiharshagottumukkala65384 жыл бұрын
Superbbb tutorial brother ....keep uploading more videos ....
@y.hmusic5 жыл бұрын
Thanks for this playlist. It helps me a lot.
@manoelhenrique5275 жыл бұрын
Thanks for your videos, it's helping me a lot 👍
@pooya52867 жыл бұрын
great course. keep up the good work
@TADDEXIO3 жыл бұрын
how if I want to click to that elements and assign them a function?
@rohitattaluri2 жыл бұрын
what is the use of "of" keyword at the right hand side of *ngFor ?
@garikmelqonyan60116 жыл бұрын
Good job!
@asadhaider7 жыл бұрын
Watch at 1.5x speed!
@kathiravant16687 жыл бұрын
to get specific index what can we do
@wasyakadevil7502 жыл бұрын
thank you very much!
@khushi_jha163 жыл бұрын
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?
@MiguelRodriguez-ck7br6 жыл бұрын
Nice tut. But ngfor works with array of objects? How can I do it?
@RameshPalusamy6 жыл бұрын
Nice tuts. Can you give me concept that how to generate csv files from Angular Datatables data?.
@hassannasir15646 жыл бұрын
how it identify color is what ? of array colors
@vinayn91106 жыл бұрын
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?
@noumanmukhtar65726 жыл бұрын
You are Amazing Man! Do you have knowledge about Laravel?
@bhenjylmaypa58396 жыл бұрын
@codevolution what would be the practical use of first, last, odd and ect.?
@NolorW6 жыл бұрын
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
@nikhitagarg71502 жыл бұрын
Type 'Event' is not assignable to type 'string'. 4 can anyone please help me with this error
@russkijghoro4805 Жыл бұрын
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.
@iliyasmsc5 жыл бұрын
Facing error.. Can not bind *ngforfor since it isnot a known property of div.. {{color}}
@chrishinwork13745 жыл бұрын
Where are your quotes? {{ color }}
@rutwasomani96145 жыл бұрын
same problem..
@rutwasomani96145 жыл бұрын
@@chrishinwork1374 error still occurs inspite of the quotes
@chrishinwork13745 жыл бұрын
@@rutwasomani9614 Another possibility is you may have typed *ngfor instead *ngFor (note the upper case F).
@rutwasomani96145 жыл бұрын
@@chrishinwork1374 no i typed *ngFor only
@diptiranjan10017 жыл бұрын
i like your videos can you plz add some videos about component communication both nested component and two siblings component which is not nested ??
@ايمانعبدالقادر-ص9خ6 жыл бұрын
:D ngFor with style.color ↓ ↓ html file: this is {{color}} ts file: public colors = ["orange", "red", "green", "blue"];
@zishanshaikh8515 жыл бұрын
nice trick :)
@ravindrasonawane65075 жыл бұрын
good job bro
@ThaLiquidEdit7 жыл бұрын
how do you do these automatic closing tags in vs code?
@msjazz01186 жыл бұрын
Emmett is another plug-in or extension that can be added in VS code for this.
@ai.aspirations6 жыл бұрын
good tuto
@akhoafrinsumaiya4 ай бұрын
50759 Dejah Highway
@yoite703 жыл бұрын
You are the besssstttt
@mrrishiraj883 жыл бұрын
🙏👍
@Peekaymaja5 жыл бұрын
Yuu are awesome
@LouieNewman-u4v4 ай бұрын
51219 McKenzie Garden
@googleuser71596 жыл бұрын
{{i }} {{color}} public dataforloop = ['red','blue','green']; this is showing error i dont no why
@luisarcher15 жыл бұрын
is your dataforloop declaration inside your class ?