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
}
voidUpdates or inserts, as needed, a meta tag to the page.
| Parameter | def: DaffSeoMetaDefinition |
|---|---|
| Description | the meta definition |
voidRemoves the specified meta tag from the page.
| Parameter | def: DaffSeoMetaDefinition |
|---|---|
| Description | the meta definition |