UNPKG
sx-ng-aggrid
Version:
latest (2.6.14)
2.6.14
2.6.13
2.6.12
2.6.11
2.6.10
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Angular Grid Table(ag-grid) Componet
github.com/simplinx-ltd/sx-ng-aggrid
simplinx-ltd/sx-ng-aggrid
sx-ng-aggrid
/
src
/
app
/
modules
/
pipe
/
dateFormat.d.ts
5 lines
(4 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
import
{
PipeTransform
}
from
'@angular/core'
;
export
declare
class
DateFormatPipe
implements
PipeTransform
{
transform
(
value
:
any
,
exponent
:
string
):
any
; }