[AngularJS] Uncaught SyntaxError: Unexpected token '<'

2019-12-03 Thread Asad Fiaz
I have deployed my angular app on aws server using the serverless framework and everything has been done successfully but when i hit the url, a white screen comes and the screenshot that i have attached is showing in the console. Is there anyone who can help me out in this issue and i also have

[AngularJS] Re: Passing a String in a Method of Submit Giving undefined in Angular 7

2019-12-29 Thread Asad Fiaz
I have edited the code and this will work perfect. You should write your url in the following format On Saturday, December 28, 2019 at 11:52:32 PM UTC+5, Aneesking 2 wrote: > > Passing a String in a Method of Submit Giving undefined error in Angular 7. > > > I am getting error so anyone who knows

Re: [Angular] Facebook share for dynamic pages in angular.

2020-09-22 Thread Asad Fiaz
-angular-universal. *Thanks and Regards* *Asad Fiaz* *Senior Front-end Engineer* On Thu, Sep 17, 2020 at 5:07 PM Faizan Malik wrote: > Hi Guys, > > Facebook share is not working in angular 8. When i share my page its get > the meta description and title from index file not that meta

Re: [Angular] Save Shopping Cart to Check Out Page

2020-09-22 Thread Asad Fiaz
Hi Maureen, Checkout button will be shown for each item because you have added the checkout button in the loop. Please remove this line from the form and add it after the closing tag of form. This will show the checkout button for once. *Thanks and Regards* *Asad Fiaz* *Senior Frontend

Re: [Angular] Save Shopping Cart to Check Out Page

2020-09-23 Thread Asad Fiaz
ckout button will be shown for each item because you have added the >> checkout button in the loop. Please remove this line > value="Check Out"> from the form and add it after the closing tag of form. >> This will show the checkout button for once. >> >> *Tha