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