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