gns3-web-ui/src/app/app.component.ts

12 lines
241 B
TypeScript
Raw Normal View History

2017-09-25 13:07:52 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent implements OnInit {
ngOnInit(): void {
}
}