UNPKG
@ciri/ngx-carousel
Version:
latest (0.0.4)
0.0.4
A simple angular carousel component.
github.com/xiaojun1994/ngx-carousel
xiaojun1994/ngx-carousel
@ciri/ngx-carousel
/
lib
/
lazy-render.directive.d.ts
6 lines
(5 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
TemplateRef
}
from
'@angular/core'
;
export
declare
class
LazyRenderDirective
{
content
:
TemplateRef
<
any
>;
constructor
(
content
:
TemplateRef
<
any
>
); }