Files
icebreaker-mobile/app/pages/about/about.ts
2016-08-02 23:50:42 +01:00

10 lines
175 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
templateUrl: 'build/pages/about/about.html'
})
export class AboutPage implements OnInit {
ngOnInit() { }
}