Sengi-Windows-MacOS-Linux/src/app/components/waiting-animation/waiting-animation.component.ts

16 lines
313 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-waiting-animation',
templateUrl: './waiting-animation.component.html',
styleUrls: ['./waiting-animation.component.scss']
})
export class WaitingAnimationComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}