Updated styling
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, Input } from '@angular/core';
|
||||
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
||||
|
||||
/**
|
||||
* Placeholder for content being loaded
|
||||
@@ -10,6 +10,7 @@ import { Component, Input } from '@angular/core';
|
||||
selector: 'ui-skeleton',
|
||||
templateUrl: './skeleton.component.html',
|
||||
styleUrls: ['./skeleton.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class SkeletonComponent {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user