We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5808d4a commit e98c601Copy full SHA for e98c601
1 file changed
projects/ngqp/core/src/lib/model/query-param.ts
@@ -84,7 +84,7 @@ export abstract class AbstractQueryParam<U, T> extends AbstractQueryParamBase<T>
84
/** See {@link QueryParamOpts}. */
85
public readonly combineWith?: ParamCombinator<T>;
86
87
- constructor(urlParam: string, opts: QueryParamOptsBase<U, T> = {}) {
+ protected constructor(urlParam: string, opts: QueryParamOptsBase<U, T> = {}) {
88
super();
89
const { serialize, deserialize, debounceTime, compareWith, emptyOn, combineWith } = opts;
90
0 commit comments