mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-7597] Convert Core pipes to Standalone # (#9560)
This commit is contained in:
@@ -25,7 +25,8 @@ import { takeUntil } from 'rxjs/operators';
|
||||
|
||||
@Pipe({
|
||||
name: 'adfDecimalNumber',
|
||||
pure: false
|
||||
pure: false,
|
||||
standalone: true
|
||||
})
|
||||
export class DecimalNumberPipe implements PipeTransform, OnDestroy {
|
||||
static DEFAULT_LOCALE = 'en-US';
|
||||
|
Reference in New Issue
Block a user