fix: Add ViewportScroller implementation to properly handle scrolling… #526
Annotations
9 errors and 9 warnings
build (18.x)
Argument of type '{ providedIn: "root"; useValue: string; }' is not assignable to parameter of type '{ providedIn?: "platform" | "any" | Type<any> | "root" | null | undefined; factory: () => string; }'.
|
build (18.x)
Object is possibly 'null'.
|
build (18.x)
Process completed with exit code 1.
|
build (16.x)
The job was canceled because "_18_x" failed.
|
build (16.x)
Argument of type '{ providedIn: "root"; useValue: string; }' is not assignable to parameter of type '{ providedIn?: "platform" | "any" | Type<any> | "root" | null | undefined; factory: () => string; }'.
|
build (16.x)
Object is possibly 'null'.
|
build (16.x)
The operation was canceled.
|
build (14.x)
The job was canceled because "_18_x" failed.
|
build (14.x)
The operation was canceled.
|
build (18.x):
src/app/core/custom_viewport_scroller.ts#L6
'Topic' is defined but never used
|
build (18.x):
src/app/core/custom_viewport_scroller.ts#L109
'pageXOffset' is deprecated. This is a legacy alias of `scrollX`
|
build (18.x):
src/app/core/custom_viewport_scroller.ts#L110
'pageYOffset' is deprecated. This is a legacy alias of `scrollY`
|
build (16.x):
src/app/core/custom_viewport_scroller.ts#L6
'Topic' is defined but never used
|
build (16.x):
src/app/core/custom_viewport_scroller.ts#L109
'pageXOffset' is deprecated. This is a legacy alias of `scrollX`
|
build (16.x):
src/app/core/custom_viewport_scroller.ts#L110
'pageYOffset' is deprecated. This is a legacy alias of `scrollY`
|
build (14.x):
src/app/core/custom_viewport_scroller.ts#L6
'Topic' is defined but never used
|
build (14.x):
src/app/core/custom_viewport_scroller.ts#L109
'pageXOffset' is deprecated. This is a legacy alias of `scrollX`
|
build (14.x):
src/app/core/custom_viewport_scroller.ts#L110
'pageYOffset' is deprecated. This is a legacy alias of `scrollY`
|