Skip to content

Instantly share code, notes, and snippets.

@zeeaws
zeeaws / home.ts
Created June 16, 2016 08:37 — forked from Zee2790/home.ts
home
import {Component} from '@angular/core';
@Component({
selector: 'as-home',
templateUrl: 'app/home/home.html',
styleUrls: [
'app/home/home.css'
]
})
export class HomeComponent {