UNPKG
@al00x/forms
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Angular Forms, the way it should be!
github.com/Al00X/forms
Al00X/forms
@al00x/forms
/
utils.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
ProviderToken
}
from
'@angular/core'
;
export
declare
function
injectOptional<T>(
token
:
ProviderToken
<T>): T |
undefined
;