UNPKG
ng-metadata-baden-fix1
Version:
latest (4.0.1-fix1)
4.0.1-fix1
Angular 2 decorators and utils for Angular 1.x
github.com/baden/ng-metadata
baden/ng-metadata
ng-metadata-baden-fix1
/
src
/
core
/
directives
/
host
/
host_parser.d.ts
3 lines
(2 loc)
•
113 B
TypeScript
View Raw
1
2
3
import
{
HostProcessed
}
from
'./constants'
;
export
declare
function
_parseHost
(
host: StringMap
):
HostProcessed
;