Uploading Image with Angular and Firebase Storage: Angular Image Cropper Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2023
  • #Angular #Image #Firebase
    In this tutorial, we'll continue with the image cropper we built in the previous video and add firebase upload to storage functionality - so our control just gives back an uploaded image ready to be used.
    The complete code for this tutorial can be found at this following github repository:
    github.com/thisiszoaib/angula...
    Want to learn how to create a full stack application with Angular and Firebase? Grab my new course 'Angular Firebase Authentication: Create Full Sign up App' with 50% off here:
    www.udemy.com/course/angular-...
    Follow me on:
    Twitter - / zoaibdev
    Facebook - / thisiszoaib
    LinkedIn - / zoaib-khan-b6456815
    Cheers :) Grab my new course 'Angular Firebase Authentication: Create Full Sign up App' with 50% off here:
    www.udemy.com/course/angular-...

ความคิดเห็น • 9

  • @Code_Prince

    Thanks, I'm new to Angular and confused with Angular 17, can you show me how to create the upload image function as a service

  • @KuyaGit

    Can you make this in aws s3 bucket?

  • @99blackbelt
    @99blackbelt 21 วันที่ผ่านมา

    Always a bad idea to put functions in the html. Big performance hit..

  • @99blackbelt
    @99blackbelt 21 วันที่ผ่านมา

    You have components. Use them. Don’t put the html in the template of the TS file.