aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.component.ts
blob: 3a8dd4d6ea862c29c2e403c8445fcbff7d8d6d14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import { Component } from '@angular/core';

@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.scss']
})
export class AppComponent {
  title = 'me';
}