Skip to content

Commit

Permalink
feat(formatter): add formatter to public api
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored May 27, 2020
1 parent 3762e29 commit afd7a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/ngx-vcard/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
*/

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';

0 comments on commit afd7a2d

Please sign in to comment.