This commit is contained in:
Alex
2019-05-26 14:41:33 +03:00
parent c626c8123c
commit ba44a4f1d0
5 changed files with 168 additions and 36 deletions

View File

@ -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 {}