[ACS-7597] Convert Core pipes to Standalone # (#9560)

This commit is contained in:
Denys Vuika
2024-04-16 08:18:12 -04:00
committed by GitHub
parent 7854cde20f
commit eaad09b06d
17 changed files with 89 additions and 118 deletions

View File

@@ -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';