Angular 17 Crud Operation with Firebase

Learn how to perform CRUD operations with Angular 17 and Firebase in this informative video by the #wdcoders. Master the latest techniques in web development and stay ahead of the game with this step-by-step tutorial.
Find More Tutorials:
Angular Dynamic Shared Table with Pagination
• Angular Table Componen...
Angular 17 Authentication and Authorization
• Angular 17 Authenticat...
Angular Slide Panel
• Angular Slide Panel
Angular Share Data between components
• Share Data Between Com...
Please visit on the website:
wdcoders.com/
Follow me on
/ wdcoders
/ wdcoders
Please like, comment and subscribe my channel.
#angular #angular17 #crudoperations #angularapp #expensetracker #wdcoders #firebase

Пікірлер: 15

  • @evertonildo
    @evertonildoАй бұрын

    Congratulations. Excellent explanation about.

  • @wdcoders

    @wdcoders

    Ай бұрын

    Glad you enjoyed it!

  • @MrLgbk
    @MrLgbk4 ай бұрын

    good job sir! Thanks

  • @brightokoro7073
    @brightokoro70733 ай бұрын

    Thanks for sharing

  • @exkoo
    @exkoo4 ай бұрын

    Great tutorial, I have just built my own tool for my business. Exactly what I was looking for. Thank you very much!

  • @wdcoders

    @wdcoders

    4 ай бұрын

    Awesome

  • @yashbhardwaj8419
    @yashbhardwaj84194 ай бұрын

    thanku so much sir !!!

  • @SultanovAsrorbek
    @SultanovAsrorbek4 ай бұрын

    Thanks🎉

  • @Priming-AI
    @Priming-AI3 ай бұрын

    Great work congratulations, do you have the project on github? Could you do the PR so I can test how it works?

  • @Op_Banana_1
    @Op_Banana_13 ай бұрын

    Amazing

  • @felipecesar4104
    @felipecesar4104Ай бұрын

    Can you disponibilize the code in github?

  • @kannagokul4968
    @kannagokul49684 ай бұрын

    sir please some do any application on angular 17 and nodeexpress for backend

  • @djp-showsa1608
    @djp-showsa160813 күн бұрын

    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

    13 күн бұрын

    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" } } }