Skip to content

Commit

Permalink
Fixed interface missing the getstyles function
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Dec 21, 2020
1 parent 9012fb7 commit 719c4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-font-picker",
"description": "Google fonts font picker widget for Angular",
"bugs": "https://github.com/zefoy/ngx-font-picker/issues",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions projects/lib/src/lib/font-picker.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export interface FontInterface {

files?: any;
styles?: string[];

getStyles?: () => any;
}

export interface GoogleFontInterface {
Expand Down

0 comments on commit 719c4ed

Please sign in to comment.