[ACS-7382] Standalone AdfConfigPipe pipe (#9558)

* standalone AdfConfigPipe

* standalone AdfConfigPipe [ci:force]
This commit is contained in:
Denys Vuika
2024-04-15 12:54:08 -04:00
committed by GitHub
parent 43b950631c
commit 05884e829b
6 changed files with 20 additions and 56 deletions

View File

@@ -19,7 +19,8 @@ import { Pipe, PipeTransform } from '@angular/core';
import { AppConfigService } from './app-config.service';
@Pipe({
name: 'adfAppConfig'
name: 'adfAppConfig',
standalone: true
})
export class AppConfigPipe implements PipeTransform {
constructor(private config: AppConfigService) {}