ng4-loading-spinner icon indicating copy to clipboard operation
ng4-loading-spinner copied to clipboard

Can't make it work with html code spiner

Open MihaiHoriaPopescu opened this issue 7 years ago • 2 comments

Hello, i tried to use html code for my spinner using load-awesome, but cannot make it work, all the html i put inside my template had height of 0. Can you make an example how should i use it with html template?

MihaiHoriaPopescu avatar Mar 27 '18 08:03 MihaiHoriaPopescu

Hi @Pescu , I'll create a demo for you soon. :+1:

amitmahida92 avatar Apr 05 '18 05:04 amitmahida92

i had the similar issue and got with work with custom css injection as implemented in the pluncker sample. add this to your component

styles: [::ng-deep .custom-spinner-template { top: 50% !important; left: 50% !important; }]

BehnamAbdy avatar Aug 06 '18 14:08 BehnamAbdy