Skip to content

Instantly share code, notes, and snippets.

@przemekpobuta
Created August 27, 2019 20:47
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 przemekpobuta/b1ec15aa7b1457e042838440dd9e6b64 to your computer and use it in GitHub Desktop.
Save przemekpobuta/b1ec15aa7b1457e042838440dd9e6b64 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 = 'Test';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment