Ngx meta.standard
Home > @davidlj95/ngx-meta > Standard
Standard interface
Standard module metadata values that can be set
Signature:
export interface Standard
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [applicationName?](./ngx-meta.standard.applicationname.md) | `readonly` | [GlobalMetadata](./ngx-meta.globalmetadata.md)\['applicationName'\] | _(Optional)_ Sets the `` HTML element Recommendations: - From MDN: simple web pages shouldn't define an application name - From HTML specs: if the page is not a web application, the `application-name` metadata name must not be used |
| [author?](./ngx-meta.standard.author.md) | `readonly` | string \| null | _(Optional)_ Sets the `` HTML element |
| [canonicalUrl?](./ngx-meta.standard.canonicalurl.md) | `readonly` | [GlobalMetadata](./ngx-meta.globalmetadata.md)\['canonicalUrl'\] | _(Optional)_ Sets the `` HTML element |
| [description?](./ngx-meta.standard.description.md) | `readonly` | [GlobalMetadata](./ngx-meta.globalmetadata.md)\['description'\] | _(Optional)_ Sets the `` HTML element |
| [generator?](./ngx-meta.standard.generator.md) | `readonly` | true \| null | _(Optional)_ Includes Angular version used to generate the page Sets the `#!html ` HTML tag |
| [keywords?](./ngx-meta.standard.keywords.md) | `readonly` | ReadonlyArray<string> \| null | _(Optional)_ Sets the `` HTML element |
| [locale?](./ngx-meta.standard.locale.md) | `readonly` | [GlobalMetadata](./ngx-meta.globalmetadata.md)\['locale'\] | _(Optional)_ Sets the `lang` attribute to the `` element Value must be a valid language tag complying with BCP 47 For instance: "es" or "es-ES" |
| [title?](./ngx-meta.standard.title.md) | `readonly` | [GlobalMetadata](./ngx-meta.globalmetadata.md)\['title'\] |
_(Optional)_ Sets the ` |