UNPKG
@namefully/ng
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
namefully for Angular
namefully.netlify.com
ralflorent/namefully-ng
@namefully/ng
/
namefully-config.d.ts
8 lines
(7 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
InjectionToken
}
from
'@angular/core'
;
import
{
Config
}
from
'namefully'
;
export
interface
ConfigToken
{
default
:
Config
;
custom
:
Partial
<
Config
>; }
export
declare
const
CONFIG_TOKEN
:
InjectionToken
<
ConfigToken
>;