We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b7e63 commit cf39833Copy full SHA for cf39833
projects/ng2-loading-spinner/src/lib/ng2-loading-spinner.component.ts
@@ -57,8 +57,7 @@ import { Ng2LoadingSpinnerConfig } from './config';
57
<div *ngIf="config?.animationType === ANIMATION_TYPES.halfCircle" class="half-circle"></div>
58
</ng-container>
59
60
- <ng-container *ngTemplateOutlet="template"
61
- [ngStyle]="styles"></ng-container>
+ <ng-container *ngTemplateOutlet="template"></ng-container>
62
</div>
63
`,
64
styles : [ `
0 commit comments