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