Files
hexound.ru/src/app/app.component.ts
2019-05-26 14:41:33 +03:00

13 lines
294 B
TypeScript

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