UNPKG
@experteam-mx/ngx-input-number
Version:
latest (18.0.2)
18.0.2
18.0.1
18.0.0
4.1.32
4.1.31
4.1.3
4.1.2
4.1.1
4.1.0
4.0.43
4.0.42
4.0.41
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.0
3.1.0
3.0.0
2.0.0
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.10
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
0.0.0-watch
Angular input number for Experteam apps
@experteam-mx/ngx-input-number
/
lib
/
di.d.ts
4 lines
(3 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
import
{
InjectionToken
}
from
'@angular/core'
;
import
{ inputConfigs }
from
'./types'
;
export
declare
const
INPUT_CONFIG_TOKEN
:
InjectionToken
<inputConfigs>;