mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-7382] Standalone AdfConfigPipe pipe (#9558)
* standalone AdfConfigPipe * standalone AdfConfigPipe [ci:force]
This commit is contained in:
@@ -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) {}
|
||||
|
Reference in New Issue
Block a user