b28e4e5e0
1 2 3 4 5 6 7 8 9 10 11
import { Component, Input } from '@angular/core' @Component({ selector: 'my-small-loader', styleUrls: [ ], templateUrl: './small-loader.component.html' }) export class SmallLoaderComponent { @Input() loading: boolean }