Fixed CORS Error In Angular Framework

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

  • @chaplinchowdhury2240
    @chaplinchowdhury2240 ปีที่แล้ว

    It worked for me thanks for the solution.

  • @saravanansivakumar9259
    @saravanansivakumar9259 6 หลายเดือนก่อน

    I am accessing gitlab api from angular, getting cors error. This Solution doesnt work

  • @Kurtis92
    @Kurtis92 9 หลายเดือนก่อน

    Perfect, first good video on it

  • @patrickmelo95
    @patrickmelo95 ปีที่แล้ว

    everyone says to do that, but it doesn't work on angular 16
    I did everything just like u said

  • @yohanntchaptchet6578
    @yohanntchaptchet6578 9 หลายเดือนก่อน

    please i don't understand one part the get link is the current angular link

  • @wanderingearth8217
    @wanderingearth8217 ปีที่แล้ว

    I have no environment.ts file in angular 16

    • @chaplinchowdhury2240
      @chaplinchowdhury2240 ปีที่แล้ว

      you can create one, by following this path src\environments\environment.ts or you can store your api url anywhere within src folder within a file for global use.