UNPKG
modalicious
Version:
latest (1.0.0)
1.0.0
0.5.1
0.5.0
0.4.1
0.4.0
0.4.0-alpha
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
A modal service for Angular
github.com/tristanmenzel/modalicious
tristanmenzel/modalicious
modalicious
/
modal-host
/
modal-host.directive.d.ts
6 lines
(5 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ViewContainerRef
}
from
'@angular/core'
;
export
declare
class
ModalHostDirective
{
viewContainerRef
:
ViewContainerRef
;
constructor
(
viewContainerRef
:
ViewContainerRef
); }