Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Last active May 15, 2016 18:00
Show Gist options
  • Save sidthesloth92/ec93a177aae23f6cff8b799007e1c793 to your computer and use it in GitHub Desktop.
Save sidthesloth92/ec93a177aae23f6cff8b799007e1c793 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'my-app',
template: '<h1>Hello, World!!!</h1>'
})
export class AppComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment