angular-seo icon indicating copy to clipboard operation
angular-seo copied to clipboard

Meta tags are continuesly adding up on click of home and about link

Open deepakjan opened this issue 7 years ago • 2 comments

On click of home hyperlink and the about hyperlink in the demo shown. when user is clicking both the links in the console the meta tags are appending continuously image

deepakjan avatar Aug 29 '17 03:08 deepakjan

1+

sainisagar310 avatar Sep 25 '17 04:09 sainisagar310

You have to reset the meta tags on ngOnDestroy after each component is destroyed.

tchaud avatar Oct 10 '17 07:10 tchaud