aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.component.ts
blob: bff8c82775608d9deef6e0a90665fb97db07b147 (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: ['./../scss/main.scss']
})
export class AppComponent {
  title = 'app';
}