CSC link state to filters

This commit is contained in:
Tykayn 2025-09-10 16:02:31 +02:00 committed by tykayn
parent 0a8088b459
commit 8694a04ea9
31 changed files with 191 additions and 191 deletions

View file

@ -1,10 +1,11 @@
import {Component, EventEmitter, Output} from '@angular/core';
import {FormsModule} from '@angular/forms';
import {Index} from '../index';
@Component({
selector: 'sae-translate-texts',
standalone: true,
imports: [FormsModule],
imports: [FormsModule, Index],
templateUrl: './translate-texts.html',
styleUrl: './translate-texts.scss'
})