We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fed90 commit 0f45ee3Copy full SHA for 0f45ee3
projects/ngx-page-scroll-core/src/lib/page-scroll-instance.ts
@@ -5,7 +5,7 @@ import { PageScrollViews } from './types/page-scroll-view';
5
import { EasingLogic } from './types/easing-logic';
6
7
/**
8
- * An Interface specifying the possible options to be passed into the newInstance() factory method
+ * An Interface specifying the possible options to be passed into the {@link PageScrollService#create} method
9
*/
10
export interface PageScrollOptions extends PageScrollConfig {
11
0 commit comments