Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created October 12, 2016 07:26
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 wKoza/66414c0275ff4d10811dad087a6f938b to your computer and use it in GitHub Desktop.
Save wKoza/66414c0275ff4d10811dad087a6f938b 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