Sup_File/src/app/download-link/download-link.component.ts
2018-06-24 18:06:36 +02:00

16 lines
297 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-download-link',
templateUrl: './download-link.component.html',
styleUrls: ['./download-link.component.scss']
})
export class DownloadLinkComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}