up airwatch imports

This commit is contained in:
Tykayn 2025-09-22 14:53:02 +02:00 committed by tykayn
parent e815c56815
commit 4e57a2368a
17 changed files with 169 additions and 79 deletions

View file

@ -1,10 +1,10 @@
import {Component, EventEmitter, Input, Output} from '@angular/core';
import {NgClass} from '@angular/common';
import {CommonModule} from '@angular/common';
@Component({
selector: 'sae-multi-selector',
imports: [
NgClass
CommonModule
],
templateUrl: './multi-selector.html',
styleUrl: './multi-selector.scss'