mirror of
https://github.com/fergalmoran/icebreaker-mobile.git
synced 2025-12-22 09:39:31 +00:00
10 lines
175 B
TypeScript
10 lines
175 B
TypeScript
import { Component, OnInit } from '@angular/core';
|
|
|
|
@Component({
|
|
templateUrl: 'build/pages/about/about.html'
|
|
})
|
|
|
|
export class AboutPage implements OnInit {
|
|
|
|
ngOnInit() { }
|
|
} |