UNPKG
ddc-library-commons
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Angular library for commons modules, components, services and more of the ddc project
ddc-library-commons
/
lib
/
services
/
scroll-ddc.service.d.ts
7 lines
(6 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
i0
from
"@angular/core"
;
export
declare
class
ScrollDdcService
{
scrollTo
(
behavior
?:
any
,
target
?:
any
):
void
;
static
ɵ
fac
: i0.ɵɵ
FactoryDeclaration
<
ScrollDdcService
,
never
>;
static
ɵ
prov
: i0.ɵɵ
InjectableDeclaration
<
ScrollDdcService
>; }