Skip to content

Instantly share code, notes, and snippets.

@Zee2790
Created June 16, 2016 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Zee2790/03bc8852944dba5680bcb98bcd3f35b8 to your computer and use it in GitHub Desktop.
Save Zee2790/03bc8852944dba5680bcb98bcd3f35b8 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 {
}
@zeeaws
Copy link

zeeaws commented Jun 16, 2016

bbbbbbbbbbb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment