UNPKG
@js-sugar/angular
Version:
latest (14.13.5)
14.13.5
14.13.3
14.13.2
14.13.1
14.13.0
14.12.5
14.12.4
14.12.3
14.12.2
14.12.1
14.12.0
14.11.1
14.11.0
14.10.0
14.9.0
14.8.0
14.6.2
14.6.1
14.6.0
14.5.0
14.4.0
14.3.0
14.2.0
14.1.1
14.1.0
14.0.0
13.5.2
13.5.1
13.5.0
13.4.0
13.3.4
13.3.3
13.3.2
13.3.1
13.3.0
13.2.13
13.2.12
13.2.11
13.2.10
13.2.9
13.2.8
13.2.7
13.2.6
13.2.5
13.2.4
13.2.3
13.2.2
13.2.1
13.2.0
13.1.2
13.1.1
13.1.0
13.0.0
11.6.1
11.6.0
11.5.1
11.5.0
11.4.1
11.4.0
11.3.7
11.3.6
11.3.5
11.3.4
11.3.3
11.3.2
11.3.1
11.3.0
11.2.0
11.1.1
11.1.0
11.0.1
11.0.0
JS-Sugar core package (Angular)
js-sugar.com
@js-sugar/angular
/
lib
/
configuration
/
types.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
{
InjectionToken
}
from
"@angular/core"
;
import
{
AppConfiguration
}
from
"./app-configuration"
;
export
declare
const
APP_CONFIGURATION
:
InjectionToken
<
AppConfiguration
>;