hi @kareem in side the github scroll the files towards down and you will found a file with the name of "21-rendering-list-with-ngfor-directive" open that folder and you will get those files
I'm not sure anybody will watch past this vide because there's a bug in the css file you provided. Something's not right with the one you provided. Kindly please check it out My code is not rendering properly. All the products are stacked together
we create class and use it in html and ts files , but we copied CSS file from repo, maybe problem was in css file title , so i just copied class name from HTML and replace it in CSS file @@czarscrib3680
How i can show 50000 records in products array. It taking too much time to load. What are the way through which we can achieve without waiting for too much time
for centering the products, it's easier to use justify-content: center rather than paddings
guys add this piece of css for the hover effect :
.ekart--product--item:hover{
-webkit-box-shadow: 0 0 1px #000 inset;
-moz-box-shadow: 0 0 1px 3px #000 inset;
border: #efefef 0 0 1px 3px #000 inset;
box-shadow: 10px 10px 18px #cccccc;
transform: scale(1.05);
}
Thank you, that was exactly what I was looking for after watching the video.
Hey Manoj can you please let me know in which repository I can find array of products at 8:03 seconds . i couldn't find it in the link you provided.
it is there in angular-16-resources folder go nd check
@@rajareddy4955 Thanks Raja Reddy garu for your comment.
@@rajareddy4955 Awesome dost
product object array
angular-16-resources/21-rendering-list-with-ngfor-directive/product-list.js
Thank you
thanks man
Thank you
Great Series
can you please share that list of products. So that it will be easy for us.
Thank you for this Tutorial I hope that you will complete it till the end note that the CSS not exist in the Github it's for the product list
Excellent ! Thank you so much !
I cant find this session in your git profile.where is that
angular-16-resources/21-rendering-list-with-ngfor-directive
thank you!
@@luvasluvasluvas thank you
Thank you @@luvasluvasluvas
Please update this code in the repo
❤❤❤❤
you don't have to rename all the files manually there is an extension named Rename Angular Component it will do all the work for you
Thank you for sharing this!
Just want to add by using WebStorm, we can right click and refactor -> rename and it will find any references. Very smooth.
Thanks!
After applying css, the product items are aligned in one column not forming another column.
You should wrap the content in the file produt-list.componenet.html with this your content
yes same for me how to solve this??
@@rohankaushik8960 remove flex wrap and you will be fine
thx best videos ever
Thank you for the interesting video
I am not able to find the product list array in the github repo
thanks for the lesson
where can I find the images in the repository?
The relevant part of the video starts at 7:25
i believe everyone can judge what's relevant to them. I found my relevant part from 0:01
could you please tell why after we replaced hardcoded items with the *ngfor - view changes as looks like there is not enough space
inside products array there is another size array and colour array so how to access the specific values of size and colour ?
I wish you had covered the following as well: trackBy, first, last. They are really handy to know.
where do i find the css and the html that you use in the Course, i can't find it in the Github project
hi @kareem in side the github scroll the files towards down and you will found a file with the name of "21-rendering-list-with-ngfor-directive" open that folder and you will get those files
@@jyothiswarreddy514 great thank you so much 😊
@@jyothiswarreddy514 hi bro not funding git of video lecture 22 23 pls tell where to find
hi there for me i didnt get the wishlist(heart) symbol?
How to get the list of products file please
i cant find the html, css and ts in your repo if any one find tell me
I'm not sure anybody will watch past this vide because there's a bug in the css file you provided. Something's not right with the one you provided. Kindly please check it out
My code is not rendering properly. All the products are stacked together
the error was in class name , i just copy from html and put in css , error solved
@@jaypatel2471 please can you show me exactly how you did it?
we create class and use it in html and ts files , but we copied CSS file from repo, maybe problem was in css file title , so i just copied class name from HTML and replace it in CSS file @@czarscrib3680
I made a pull request to the repository to fix this issue. Basically you need to add to the product-list html.
@@luvasluvasluvas I'll see to it. Thank you so much
tenge
sir can u send me the code of product list component.ts
How i can show 50000 records in products array. It taking too much time to load. What are the way through which we can achieve without waiting for too much time
I guess you need to use data base for this, but I'm not sure that this topic should be covered withing this course.
7:20
Can someone tell how to make this site a responsive??
BRO Plz it would be better if u give source code I can practice then
How to get pre written code like html, css and product list array..
Sir please increase the font size
FYI the code was missing the closing tag for the tag in product-list.component.html