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