lpikora

Results 3 comments of lpikora

Fantastic job. I've tested it in my project and it works well. 👍 I've also added some comments to pull review commit's code - there is one potential problem with...

just add `modal-sm` (small) or custom class to dialog element classes using property `this.context.dialogClass` eg: ```js constructor(public dialog: DialogRef) { this.context = dialog.context; this.context.dialogClass = 'modal-dialog modal-sm'; } ```

Hi, great idea. Thank you for the suggestion. Image url have to be taken from https://www.bing.com/HPImageArchive.aspx?format=xml&idx=0&n=1&mkt=en-US instead of scraping bing.com also. I will definitely try to implement it when I...