Skip to content

Commit

Permalink
fixed #6597
Browse files Browse the repository at this point in the history
inputStyle change string to any.
  • Loading branch information
yigitfindikli committed Sep 30, 2018
1 parent d513c0a commit 0cfa17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/spinner/spinner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Spinner implements OnInit,ControlValueAccessor {

@Input() name: string;

@Input() inputStyle: string;
@Input() inputStyle: any;

@Input() inputStyleClass: string;

Expand Down

0 comments on commit 0cfa17c

Please sign in to comment.