79101492

Date: 2024-10-18 09:46:54
Score: 1
Natty:
Report link

import { Meta, Title } from '@angular/platform-browser';

constructor(private metaService: Meta, private titleService: Title) {}

ngOnInit(): void {

this.titleService.setTitle('Your domain');

this.metaService.updateTag({ rel: 'canonical', href: 'https://yourdomain.com/' });

}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rooban Rooby