This commit is contained in:
Olu Amey
2020-09-13 16:48:59 -04:00
parent 0160625426
commit df09cf0cd8
6 changed files with 90 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-blogdetail',
templateUrl: './blogdetail.page.html',
styleUrls: ['./blogdetail.page.scss'],
})
export class BlogdetailPage implements OnInit {
constructor() { }
ngOnInit() {
}
}