Skip to content

Instantly share code, notes, and snippets.

@jorgeucano
Created January 6, 2017 00:36
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 jorgeucano/68910a54c717f470e5923790544f346b to your computer and use it in GitHub Desktop.
Save jorgeucano/68910a54c717f470e5923790544f346b to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'app works!';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment