Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 28, 2017 01:57
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 debugmodedotnet/8e91a8f9463c9f7dc35e333b508c07d2 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/8e91a8f9463c9f7dc35e333b508c07d2 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 = 'Hey ng Developer ! ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment