1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-26 05:27:35 +02:00
pigallery2/frontend/app/gallery/grid/photo/loading/loading.photo.grid.gallery.component.ts

15 lines
374 B
TypeScript
Raw Normal View History

2016-06-23 22:25:16 +02:00
import {Component, Input} from "@angular/core";
2016-06-17 11:25:15 +02:00
@Component({
selector: 'gallery-grid-photo-loading',
templateUrl: 'app/gallery/grid/photo/loading/loading.photo.grid.gallery.component.html',
styleUrls: ['app/gallery/grid/photo/loading/loading.photo.grid.gallery.component.css'],
})
export class GalleryPhotoLoadingComponent {
2016-06-23 22:25:16 +02:00
@Input() animate:boolean;
2016-06-17 11:25:15 +02:00
}