Thursday, 18 March 2021

Errores

 anchor tag with href # it will be redirect url in angular to change this using href

 <a href="javascript:void(0);" (click)='gotoStep1()'> <u> Edit Product </u></a>
like this
if remove href then it doesnot show click mouseover
main issue in angular

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...