Merge "[1707-OS] Updated license text according to the"
[sdc.git] / catalog-ui / src / app / ng2 / app.component.ts
1 import { Component, Inject } from '@angular/core';
2 import { AuthenticationService } from './services/authentication.service';
3
4 @Component({
5   selector: 'app-root',
6   templateUrl: './app.component.html',
7   styleUrls: ['./app.component.css']
8 })
9 export class AppComponent {
10
11   constructor(auth:AuthenticationService){
12
13   }
14
15 }