mirror of
https://github.com/house-of-vanity/hexound.ru.git
synced 2025-07-07 14:54:07 +00:00
'front'
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Component, OnInit} from '@angular/core';
|
||||
import {RestService} from './services/rest.services';
|
||||
import {Urls} from './models/urls.models';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.css']
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'SanyaSong';
|
||||
}
|
||||
export class AppComponent {}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user