Ngx meta.twittercardtype
Home > @davidlj95/ngx-meta > TwitterCardType
TwitterCardType type
Card types for TwitterCard.card property
Signature:
export type TwitterCardType = typeof TWITTER_CARD_TYPE_SUMMARY | typeof TWITTER_CARD_TYPE_SUMMARY_LARGE_IMAGE | typeof TWITTER_CARD_TYPE_APP | typeof TWITTER_CARD_TYPE_PLAYER;
Remarks
Use one of the referenced constants to avoid typing them yourself :)