samarthagarwal
9/29/2018 - 10:10 AM

Q08_03

import { Component } from '@angular/core'
\!h import { Storage } from '@ionic/storage'

@Component({
    selector: 'app-home',
    templateUrl: 'home.page.html',
    styleUrls: ['home.page.scss'],
})
export class HomePage {
  
}