mirror of
https://github.com/house-of-vanity/hexound.ru.git
synced 2025-07-07 14:54:07 +00:00
11 lines
213 B
TypeScript
11 lines
213 B
TypeScript
![]() |
import { Component } from '@angular/core';
|
||
|
|
||
|
@Component({
|
||
|
selector: 'app-root',
|
||
|
templateUrl: './app.component.html',
|
||
|
styleUrls: ['./app.component.css']
|
||
|
})
|
||
|
export class AppComponent {
|
||
|
title = 'SanyaSong';
|
||
|
}
|