Skip to content

Instantly share code, notes, and snippets.

@vietduchelo
Created March 21, 2018 03:03
Show Gist options
  • Save vietduchelo/b428233960d38c0919bc02c11c1de25a to your computer and use it in GitHub Desktop.
Save vietduchelo/b428233960d38c0919bc02c11c1de25a to your computer and use it in GitHub Desktop.
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-heroes',
templateUrl: './heroes.component.html',
styleUrls: ['./heroes.component.css']
})
export class HeroesComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment