page-psysurvey.component_20241217163938.ts 320 B

123456789101112131415
  1. import { Component, OnInit } from '@angular/core';
  2. @Component({
  3. selector: 'app-page-psysurvey',
  4. templateUrl: './page-psysurvey.component.html',
  5. styleUrls: ['./page-psysurvey.component.scss'],
  6. standalone: true,
  7. })
  8. export class PagePsysurveyComponent implements OnInit {
  9. constructor() { }
  10. ngOnInit() {}
  11. }