waqaskamran

Results 2 issues of waqaskamran

I have tried to apply height css but its not applying on image . ` @ViewChild('gallery') gallery: NgxGalleryComponent; onProfileClick(){ this.previewImage(imagesWithDescriptions); } previewImage(imagesWithDescriptions: Array) { this.gallery.openPreview(0); this.gallery.height ='400px'; console.log('image height..' +...

how can we run in spring security oauth2 server . when i permit all in ant matcher my path works good with swagger ui but when i set aunthentication required...