Skip to content

Ngx meta.twittercard.card

Home > @davidlj95/ngx-meta > TwitterCard > card

TwitterCard.card property

The card type.

Used with all cards.

If an OpenGraph.type, OpenGraph.title and OpenGraph.description exist in the markup but TwitterCard.card is absent, then a summary card may be rendered.

Check out TwitterCardType type for a list of constants you can use to specify the card's type.

Signature:

readonly card?: TwitterCardType | null;

Remarks

Provider:

provideTwitterCardCard()

See also: