Trying to build a webui using Ionic & Angular
This commit is contained in:
15
ui/src/app/pages/download/download.page.ts
Normal file
15
ui/src/app/pages/download/download.page.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
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() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user