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