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