Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 28, 2017 01:57
Embed
What would you like to do?
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