import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-failed', templateUrl: './failed.page.html', styleUrls: ['./failed.page.scss'], }) export class FailedPage implements OnInit { constructor() { } ngOnInit() { } }