Skip to content

LinkDefinition

reference
1 min readUpdated

Kind: Type

Source: Frontend/src/app/shared/link.service.ts (line 81)

Part of: Frontend

Definition

ts
{ charset?: string; crossorigin?: string; href?: string; hreflang?: string; media?: string; rel?: string; rev?: string; sizes?: string; target?: string; type?: string; } & { [prop: string]: string; }

Was this page helpful?

Download as PDF