Skip to content

Commit

Permalink
Merge pull request #2 from stasusov/218-allow-gallery-image-component…
Browse files Browse the repository at this point in the history
…-to-use-unsafe-urls

#218: Fix the type of variable
  • Loading branch information
stasusov authored Oct 24, 2018
2 parents cf6d600 + 1ef5fe9 commit 45e9f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { DomSanitizer, SafeHtml, SafeStyle } from '@angular/platform-browser';
})
export class GalleryImageComponent implements OnInit {

loadedImage: string;
loadedImage: SafeStyle;
loadingSvg: SafeHtml;

@Input() src: string;
Expand Down

0 comments on commit 45e9f2f

Please sign in to comment.