Ngx meta.ngxmetametacontent
Home > @davidlj95/ngx-meta > NgxMetaMetaContent
NgxMetaMetaContent type
Content to be set for a specific <meta>
element in the page
Can be undefined
or null
. In that case, the element will be removed.
Signature:
export type NgxMetaMetaContent = string | undefined | null;