Newer
Older
notification / src / app / home / home.page.ts
LuisOlaya on 11 Aug 2020 197 bytes Initial commit
import { Component } from '@angular/core';

@Component({
  selector: 'app-home',
  templateUrl: 'home.page.html',
  styleUrls: ['home.page.scss'],
})
export class HomePage {

  constructor() {}

}