Skip to content

Instantly share code, notes, and snippets.

@Dornhoth
Created November 29, 2019 16:51
Show Gist options
  • Save Dornhoth/578a6d944501c29c7ae0978d216eb20c to your computer and use it in GitHub Desktop.
Save Dornhoth/578a6d944501c29c7ae0978d216eb20c 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.scss']
})
export class AppComponent {
title = 'App';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment