UNPKG

ngx-vcard

Version:

Generate an RFC compliant vCard and download it.

7 lines (6 loc) 277 B
export * from './lib/ngx-vcard.module'; export * from './lib/ngx-vcard.formatter'; export * from './lib/download-vcard.directive'; export * from './lib/types/vCard'; export * from './lib/types/vCardEncoding'; export * from './lib/types/parameter/BasicPropertyParameters.type';