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