Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Last active September 29, 2018 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samarthagarwal/4c14f70ebcec7632f7c8cba85f6118db to your computer and use it in GitHub Desktop.
Save samarthagarwal/4c14f70ebcec7632f7c8cba85f6118db to your computer and use it in GitHub Desktop.
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){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment