Тёмный

#Angular 

Decoded Frontend
Подписаться 51 тыс.
Просмотров 32 тыс.
50% 1

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@DecodedFrontend
@DecodedFrontend 3 года назад
Also, keep in mind that in drop() methods you might also need to do an additional check if (event.previousContainer === event.container) and if you drop an element within the same container then you would need to use moveItemInArray() helper function. It was dropped for the tutorial but might be useful in many of your cases.
@c4chandu1
@c4chandu1 2 года назад
I also implemented cdk darg-drop but it is working in desktop app, not working in tablet device.
@Szergej33
@Szergej33 2 года назад
Awesome video as always. Especially the explanation of where the array is defined, where it is passed by reference and as a result where it ends up being mutated, which in turn updates the view. That is so obvious for people who know what's happening, but is often missing if you don't know, and helps understanding why the code works, instead of just following "put this here, put that there" patterns.
@emmoldovan
@emmoldovan 3 года назад
Thank you again for your videos. I just have no patience for your next video. Congrats!!
@DecodedFrontend
@DecodedFrontend 3 года назад
Grate to hear that :) Thank you!
@mandolinrex
@mandolinrex 5 месяцев назад
Thank you by your tutorial!
@oranaki7
@oranaki7 3 года назад
Thank you for this video!
@DecodedFrontend
@DecodedFrontend 3 года назад
Glad it was helpful!
@RAJU9622
@RAJU9622 3 года назад
Excellent video
@khumozin
@khumozin 3 года назад
Thank you very much
@DecodedFrontend
@DecodedFrontend 3 года назад
You are welcome!
@angumanikandan2781
@angumanikandan2781 2 года назад
Example is awesome, I don't want the element to be removed from list while drag how to do the same
@janmagnusrkke8815
@janmagnusrkke8815 2 года назад
Great tutorial. How would you handle a situation where you would want to swap / replace items between lists? I.e. if you drag an item from one list over an item in the other the items will be swapped between the lists?
@letok2871
@letok2871 3 года назад
Видео - супер. Единственно маленький момент height произносится больше как хайт, потому что хэйт это hate)))
@DecodedFrontend
@DecodedFrontend 3 года назад
Хаха)) да, я бывает произношу слова кривовато) иногда это просто не отслеживаешь во время записи т.к нужно и код писать и объяснять, а потом когда уже монтируешь, то поздно что-то переписывать) в любом случае прошу прощения за мой акцент))
@ekhlasmridha6659
@ekhlasmridha6659 3 года назад
can you make a video on using re-usable web component in angular
@Lokus122
@Lokus122 3 года назад
awesome videos as always, i have question about exclamation mark in 10:11 in 52 line user$!: Observable I know that this is used to tell typescript that we know better, but in this case we are working on types not objects. Never seen this before
@nabinghoshmaths6834
@nabinghoshmaths6834 3 года назад
Hii sir, I am a regular follower and subsriber of your channel... Can u please make a complete project on Angular... Like something facebook app Or E-commerce application. Please make a complete project on angular. It's my request to you. Regards Nabin
@RahulPawar-dl9wn
@RahulPawar-dl9wn 2 года назад
It's Height not Hate, I was puzzled for min what he was saying 😅. But overall very informative tutorial 👍🏻
@christiankomodo
@christiankomodo Год назад
Excellent, thank you for this video!
@vijayjx
@vijayjx 3 года назад
Hi thats a great video. But can we do cdkDroplist with dynamic components rendered on demand after clicking a button
@YouCantGetBrokeByGiving
@YouCantGetBrokeByGiving 2 года назад
Really Nice
@diegorapoport2526
@diegorapoport2526 Год назад
Hey, thank you very much for your explanation! Very good indeed. Just one thing to add: how can you make a nested drop list? I read about it and there are some workaraounds, mostly with older angular versions. Do you have any example with angular 14 or above? The main goal would be to have some kind of box that can accept draggable items but they'll be runtime generated.
@asfakhusain1133
@asfakhusain1133 3 года назад
Hey, How we can enable CORS in Angular. I use firebase as a backend. Please help
@DecodedFrontend
@DecodedFrontend 3 года назад
Hi! CORS is something that needs to be configured on the server side. You should look either firebase.google.com/docs/hosting/full-config#section-headers or stackoverflow.com/questions/42755131/enabling-cors-in-cloud-functions-for-firebase
@TheOne-qv3xw
@TheOne-qv3xw 2 года назад
Please can make video like simple suppose there are four columns ok and each of them is having some data , we must be able to drag And Drop into from any column
@JohnDoe-xi6df
@JohnDoe-xi6df 2 года назад
Thanks!
@renatgatin9569
@renatgatin9569 Год назад
Спасибо, очень помогло!
@patrickc3103
@patrickc3103 2 года назад
Thank you! Where can I learn more, please? I've visited the Github repository but I need answers beyond what I'm finding there. (I'm self-taught at apprentice level so please pardon my ignorance.) I want to do things like replace an element, restrict placement by manipulating the index (maybe), replace an element on dragover, etc. There seem to be details in the library code that I don't know how to access. E.g. to replace an element I am putting the element in on drop then deleting the next element in the index since the code library for copyArrayItem gives no splice-remove argument.
@saurabhchauhan232
@saurabhchauhan232 3 года назад
Anyone recommend free/paid resources to learn angular. I have seen maximilian and some pluralsight course but I want something that make a project instead of explaining syntax in short video, can anyone recommend project base course please It would be great help if you answer sir or make your one 😜. It's pleasure learning from you. ♥️
@letok2871
@letok2871 3 года назад
Подскажи плз что за extension, которое показывает размер импортов в kb?
@DecodedFrontend
@DecodedFrontend 3 года назад
Привет!) это Import Costs. Можешь забрать его здесь marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost
@letok2871
@letok2871 3 года назад
@@DecodedFrontend thanks bro!
@iamproud2646
@iamproud2646 Год назад
updated data is saved after refresh or not if not how we can do that
@ilyatemnikov9624
@ilyatemnikov9624 Год назад
Сними пожалуйста тоже самое на русском! Много будет просмотров, супер полезная тема !