Skip to content

Commit

Permalink
Fixed incorrect typing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Jan 6, 2021
1 parent d1a54a9 commit 4035706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class CanvasJdenticonDirective implements OnChanges {
height: string | number;

constructor(
private el: ElementRef<SVGSVGElement>,
private el: ElementRef<HTMLCanvasElement>,
private zone: NgZone,
@Optional() @Inject(JDENTICON_CONFIG) private config: JdenticonConfig,
) { }
Expand Down

0 comments on commit 4035706

Please sign in to comment.