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