Skip to content

Commit

Permalink
fix: export Placeholder model from public API
Browse files Browse the repository at this point in the history
closes #11
  • Loading branch information
iklimis authored Mar 8, 2022
1 parent 52f5415 commit 9e9cc96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-grapesjs/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from './lib/newsletter-editor/ngx-newsletter-editor.service';
export * from './lib/newsletter-editor/ngx-newsletter-editor.component';
export * from './lib/webpage-editor/ngx-webgrapesjs.component';
export * from './lib/ngx-grapesjs.module';
export * from './lib/newsletter-editor/placeholder.model';

0 comments on commit 9e9cc96

Please sign in to comment.