funky-framadate-front/src/app/features/administration/form/text-select/text-select.component.ts

13 lines
285 B
TypeScript

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