We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48477b2 commit 9011756Copy full SHA for 9011756
src/angular/src/swiper.component.ts
@@ -17,6 +17,7 @@ import {
17
ViewChild,
18
ViewEncapsulation,
19
} from '@angular/core';
20
+// @ts-ignore
21
import Swiper from 'swiper';
22
import { Observable, of, Subject } from 'rxjs';
23
import { getParams } from './utils/get-params';
@@ -29,6 +30,7 @@ import {
29
30
coerceBooleanProperty,
31
isShowEl,
32
} from './utils/utils';
33
34
import {
35
SwiperOptions,
36
SwiperEvents,
src/angular/src/utils/get-params.ts
@@ -1,6 +1,7 @@
1
// eslint-disable-next-line
2
import { isObject, extend } from './utils';
3
import { paramsList } from './params-list';
4
5
6
7
export const allowedParams = paramsList.map((key) => key.replace(/_/, ''));
0 commit comments