Files
hexound.ru/src/app/app.component.ts

11 lines
213 B
TypeScript
Raw Normal View History

2019-05-26 13:16:33 +03:00
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'SanyaSong';
}