Angular 17 CRUD Application
26:27
9 ай бұрын
Angular 17 HTTP Interceptor
9:58
9 ай бұрын
Angular Slide Panel
6:11
9 ай бұрын
WDCODERS CHANNEL INTRO
0:11
10 ай бұрын
Adonisjs Crud API
24:08
10 ай бұрын
Пікірлер
@abhishekduraphe8804
@abhishekduraphe8804 2 күн бұрын
How this will work if I change language from browser?
@TrungLe-ws1ku
@TrungLe-ws1ku 3 күн бұрын
Tks for upload new content, please more content about angular and project from scratch! ❤️❤️❤️❤️
@mayuripatel3897
@mayuripatel3897 5 күн бұрын
Can anyone share source code link pls?
@anywhereloc2969
@anywhereloc2969 9 күн бұрын
Good job! 🎉🎉 I looked through many videos, but they teach using the module style, not standalone components
@wdcoders
@wdcoders 5 күн бұрын
Glad it was helpful!
@raulrojas6552
@raulrojas6552 11 күн бұрын
thank you sir
@Veera-z9h
@Veera-z9h 20 күн бұрын
Thank you so much sir ❤
@AnkitPandey-no9eg
@AnkitPandey-no9eg 22 күн бұрын
where is register routes and implementation?
@Jhonwick-c3o
@Jhonwick-c3o Ай бұрын
Thanks
@ramucollectionsandkitchen8090
@ramucollectionsandkitchen8090 Ай бұрын
Pagination is not working
@verteilerdose
@verteilerdose Ай бұрын
Your search is not working, If I select Price or category, on Price i could fix the issue by converting toString(), but on category I have no idea. Maybe you have a hint for me
@niranjanpadhi4897
@niranjanpadhi4897 Ай бұрын
Nice explanation
@alley-oop1131
@alley-oop1131 Ай бұрын
no video or source code for the api?
@frederickshippman8023
@frederickshippman8023 Ай бұрын
Thanks so much!
@castieldhira8812
@castieldhira8812 Ай бұрын
Is the step same if im using firebase as my database?
@jayakumar2927
@jayakumar2927 Ай бұрын
Can you share source code
@PujaLakhe-y2l
@PujaLakhe-y2l 2 ай бұрын
Source code
@shaitcarrillo
@shaitcarrillo 2 ай бұрын
Thanks for video! Greetings from Mexico
@rakeshchavan7839
@rakeshchavan7839 2 ай бұрын
@WDCODERS I am getting the - ERROR ReferenceError: localStorage is not defined, anyway to resolve it ? solution of stack overflows is not working for me. i am using angular 17
@CurioTwiist
@CurioTwiist 2 ай бұрын
Very nice bro
@AnandRaj-hq4zv
@AnandRaj-hq4zv 2 ай бұрын
Your video is not looking clean it’s coming dark
@wdcoders
@wdcoders 2 ай бұрын
Thank you for your feedback! I will work on improving the video quality.
@tiennguyentran7453
@tiennguyentran7453 2 ай бұрын
well this so cool
@djp-showsa1608
@djp-showsa1608 2 ай бұрын
Hi, is there a prefilled data, maybe a JSON file that your using to prefill the expense form using the for loop? cause after I insert the for loop No card is displayed. Did you create the List on firebase before the tutorial?
@wdcoders
@wdcoders 2 ай бұрын
You can put the @if condition there mate.
@castieldhira8812
@castieldhira8812 2 ай бұрын
same! have you found the solution? (oh i got it you need to make table first in realtime database. example : { "expenses": { "expense1": { "category": "Food", "description": "Lunch", "amount": "15" }, "expense2": { "category": "Transport", "description": "Bus ticket", "amount": "5" } } }
@industrial2123
@industrial2123 2 ай бұрын
please un video completo del uso de template combinado con talwind y primeNG con angular 18
@wdcoders
@wdcoders 2 ай бұрын
Thank you for your suggestion! I'll definitely consider creating a comprehensive video on using templates combined with Tailwind and PrimeNG in Angular 18.
@tiennguyentran7453
@tiennguyentran7453 2 ай бұрын
i love u
@erosmarcuszamora8828
@erosmarcuszamora8828 2 ай бұрын
Do you have tutorial where you create the api?
@norbertkomba3503
@norbertkomba3503 2 ай бұрын
Can you teach microservice using anguler + nodejs like this
@wdcoders
@wdcoders 2 ай бұрын
Yes, I can definitely cover microservices using Angular and Node.js!
@norbertkomba3503
@norbertkomba3503 2 ай бұрын
Nice work brother👏👏
@norbertkomba3503
@norbertkomba3503 2 ай бұрын
Mashaallah 👏👏, But sir what about Message Tutorial, your not finish
@wdcoders
@wdcoders 2 ай бұрын
Uploaded mate. Thanks
@norbertkomba3503
@norbertkomba3503 2 ай бұрын
@@wdcoders Thanks i see
@AviMan-j2z
@AviMan-j2z 2 ай бұрын
sir , how do we copy this project . it is showing error
@AviMan-j2z
@AviMan-j2z 2 ай бұрын
sir , iss project ko copy kese kare . error dera hai
@ersispahia
@ersispahia 2 ай бұрын
When will you post part #4 ?
@wdcoders
@wdcoders 2 ай бұрын
Sorry mate for very late, On 15 July video will be live.
@juanRCoder
@juanRCoder 2 ай бұрын
Thanks, I needed to know how to iterate with the new syntax of the for, you saved me, thank you
@wdcoders
@wdcoders 2 ай бұрын
Glad it helped!
@seopunk8714
@seopunk8714 3 ай бұрын
Hello, how do you run the api?? pls I already tried 100 times but still nothing :(
@evertonildo
@evertonildo 3 ай бұрын
Congratulations. Excellent explanation about.
@wdcoders
@wdcoders 3 ай бұрын
Glad you enjoyed it!
@BittuKumar_Web
@BittuKumar_Web 3 ай бұрын
Can you help me, my interceptor is not working in this. Implemented login, signup, and logout with firebase and angular 17 I am trying to add interceptor also, this is not working. Can you help me to check ?
@pinjarpriyanka3587
@pinjarpriyanka3587 3 ай бұрын
from 1:03:48 when i run the project, i can't able to login and if i inspect the code in networks it showing like 404 and now showing (failed)net::ERR_CONNECTION_REFUSED in the status column. and i have check the whole code and ur video n ur github link of this project twice and thrice. but still getting same issue could u please solve my problem??
@97BlueFlame
@97BlueFlame 3 ай бұрын
you might wanna check out the authentication and authorization video linked in the description that may help you
@pinjarpriyanka3587
@pinjarpriyanka3587 3 ай бұрын
@@97BlueFlame i dont know backend tech or api to how to create it. i just know angular n web tech. if u have created it, can u provide ur github link in which u have done this project??
@pratikgiri_19
@pratikgiri_19 3 ай бұрын
can i get the source code sir
@ShabbiHb
@ShabbiHb 3 ай бұрын
Osm bro
@joelgauchia7061
@joelgauchia7061 3 ай бұрын
What’s your vs code theme?
@brawnie3969
@brawnie3969 3 ай бұрын
Thanks, I've been facing a lot of problems with typescript.
@osempo
@osempo 3 ай бұрын
Just what I needed to finish a task in my job, thanks for the clear tutorial, keep it going!
@felipecesar4104
@felipecesar4104 3 ай бұрын
Can you disponibilize the code in github?
@breheem
@breheem 3 ай бұрын
Angular it's good ! Thx for this video !
@muralitharan7834
@muralitharan7834 3 ай бұрын
Hi bro, When will you upload the #part 4? It's a great tutorial. But it is not complete yet.
@VsBerinath
@VsBerinath 3 ай бұрын
i dont know why npm run start not wrking throwing file cant be started
@romusshrestha1617
@romusshrestha1617 4 ай бұрын
hello @wdcoder can i get the full source code for the message app. please i have dm you in your insta and facebook
@tejasshinde6959
@tejasshinde6959 4 ай бұрын
18:08 pr woh screen kaise aayi ? API ka
@BodheeshVC
@BodheeshVC 2 ай бұрын
the app is called postman and it is a api testing tool
@JurgenMolina
@JurgenMolina 4 ай бұрын
me puedes pasar el github?
@alexisontiveros3201
@alexisontiveros3201 4 ай бұрын
Hello, I am working with the latest version of primeng, but when I want to use the toast component I realize that it is using an older version of the CSS, do you know how I can correct that?
@valerio-9137
@valerio-9137 4 ай бұрын
Theme visual please ?