samarthagarwal
9/29/2018 - 10:12 AM

Q08_04

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

@Component({
    selector: 'app-home',
    templateUrl: 'home.page.html',
    styleUrls: ['home.page.scss'],
})
export class HomePage {
  
\!h  constructor(private storage: Storage){
  
}
  
}