Skip to content

Commit

Permalink
Expose icon-sprite-config.model via public_api, resolves #31
Browse files Browse the repository at this point in the history
  • Loading branch information
jannicz committed Dec 15, 2019
1 parent 87fe999 commit c11b7b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-svg-icon-sprite-app",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"author": "Jan Suwart",
"description": "Angular 8+ package for generating and using inline SVG icons in your project",
Expand Down
2 changes: 1 addition & 1 deletion projects/icon-sprite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-svg-icon-sprite",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"author": "Jan Suwart",
"description": "Angular 8 package for generating and using inline SVG icons in your project",
Expand Down
1 change: 1 addition & 0 deletions projects/icon-sprite/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Public API Surface of icon-sprite
*/

export * from './lib/icon-sprite-config.model';
export * from './lib/icon-sprite.service';
export * from './lib/icon-sprite.component';
export * from './lib/icon-sprite.module';

0 comments on commit c11b7b2

Please sign in to comment.