1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-03-05 15:15:59 +02:00
pigallery2/frontend/app/gallery/gallery.component.ts

12 lines
223 B
TypeScript
Raw Normal View History

2016-03-13 11:28:29 +01:00
///<reference path="../../../typings/tsd.d.ts"/>
import { Component } from 'angular2/core';
@Component({
selector: 'gallery',
templateUrl: 'app/gallery/gallery.component.html'
})
export class GalleryComponent{
}