Skip to content

Instantly share code, notes, and snippets.

@zeeaws
Forked from Zee2790/home.ts
Created June 16, 2016 08:37
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 zeeaws/1545dbf05d3595e7f99d9153e3312e85 to your computer and use it in GitHub Desktop.
Save zeeaws/1545dbf05d3595e7f99d9153e3312e85 to your computer and use it in GitHub Desktop.
home
import {Component} from '@angular/core';
@Component({
selector: 'as-home',
templateUrl: 'app/home/home.html',
styleUrls: [
'app/home/home.css'
]
})
export class HomeComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment