import { DaffMetaService } from '@daffodil/seo'
Manages the meta tags on the current browser page.
@Injectable()
class DaffMetaService {
upsert(def: DaffSeoMetaDefinition): void
remove(def: DaffSeoMetaDefinition): void
}
void
Updates or inserts, as needed, a meta tag to the page.
Parameter | def: DaffSeoMetaDefinition |
---|---|
Description | the meta definition |
void
Removes the specified meta tag from the page.
Parameter | def: DaffSeoMetaDefinition |
---|---|
Description | the meta definition |