You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make types explicit because some projects require typesafe parameters. Thanks!
[0] ERROR in node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(27,34): error TS7006: Parameter 'element' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(37,33): error TS7006: Parameter 'element' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(74,52): error TS7006: Parameter 'target' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(79,36): error TS7006: Parameter 'element' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(88,35): error TS7006: Parameter 'element' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(116,23): error TS7006: Parameter 'element' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(116,32): error TS7006: Parameter 'options' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(150,36): error TS7006: Parameter 'type' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(150,42): error TS7006: Parameter 'time' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(171,34): error TS7006: Parameter 'element' implicitly has an 'any' type.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(191,5): error TS7034: Variable 'position' implicitly has type 'any' in some locations where its type cannot be determined.
[0] node_modules/ng2-smooth-scroll/lib/ng2-SmoothScroll.directive.ts(210,7): error TS7005: Variable 'position' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered:
Please make types explicit because some projects require typesafe parameters. Thanks!
The text was updated successfully, but these errors were encountered: