gestion des images
This commit is contained in:
parent
837f1056e9
commit
0ea00bf062
9 changed files with 201 additions and 82 deletions
|
|
@ -134,11 +134,7 @@ export class PageAdListAdminComponent implements AfterViewInit
|
|||
const config = {
|
||||
width: '30%',
|
||||
height: '90%',
|
||||
data: {
|
||||
images: advert.images,
|
||||
width: 300,
|
||||
height: 800,
|
||||
}
|
||||
data: { images: advert.images }
|
||||
};
|
||||
this.dialog
|
||||
.open(PopupVisualizeImagesAdminComponent, config)
|
||||
|
|
|
|||
Reference in a new issue