Updated styling

This commit is contained in:
Erik Tiekstra
2021-11-12 15:15:24 +01:00
parent d88e30e24c
commit 6f95d16abe
23 changed files with 311 additions and 284 deletions

View File

@@ -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 {
/**