mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Angular 19 migration (#10795)
This commit is contained in:
committed by
GitHub
parent
c7f28d54d6
commit
951b22e098
@@ -18,8 +18,7 @@
|
||||
import { Pipe, PipeTransform } from '@angular/core';
|
||||
|
||||
@Pipe({
|
||||
name: 'multiValue',
|
||||
standalone: true
|
||||
name: 'multiValue'
|
||||
})
|
||||
export class MultiValuePipe implements PipeTransform {
|
||||
static DEFAULT_SEPARATOR = ', ';
|
||||
|
Reference in New Issue
Block a user