@real-router/angular 0.11.1 → 0.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fesm2022/real-router-angular-ssr.mjs +9 -9
- package/dist/fesm2022/real-router-angular.mjs +28 -27
- package/dist/fesm2022/real-router-angular.mjs.map +1 -1
- package/package.json +10 -11
- package/src/components/NavigationAnnouncer.ts +0 -18
- package/src/components/RouteView.ts +0 -141
- package/src/components/RouterErrorBoundary.ts +0 -72
- package/src/directives/RealLink.ts +0 -144
- package/src/directives/RealLinkActive.ts +0 -77
- package/src/directives/RouteMatch.ts +0 -7
- package/src/directives/RouteNotFound.ts +0 -6
- package/src/directives/RouteSelf.ts +0 -6
- package/src/dom-utils/direction-tracker.ts +0 -70
- package/src/dom-utils/index.ts +0 -31
- package/src/dom-utils/link-utils.ts +0 -339
- package/src/dom-utils/route-announcer.ts +0 -215
- package/src/dom-utils/scroll-restore.ts +0 -511
- package/src/dom-utils/scroll-spy.ts +0 -688
- package/src/dom-utils/view-transitions.ts +0 -142
- package/src/functions/index.ts +0 -29
- package/src/functions/injectIsActiveRoute.ts +0 -31
- package/src/functions/injectNavigator.ts +0 -12
- package/src/functions/injectOrThrow.ts +0 -19
- package/src/functions/injectRoute.ts +0 -39
- package/src/functions/injectRouteEnter.ts +0 -117
- package/src/functions/injectRouteExit.ts +0 -118
- package/src/functions/injectRouteNode.ts +0 -19
- package/src/functions/injectRouteUtils.ts +0 -15
- package/src/functions/injectRouter.ts +0 -12
- package/src/functions/injectRouterTransition.ts +0 -17
- package/src/index.ts +0 -63
- package/src/internal/buildActiveRouteOptions.ts +0 -20
- package/src/internal/install.ts +0 -90
- package/src/internal/subscribeSourceToSignal.ts +0 -48
- package/src/providers.ts +0 -80
- package/src/providersFactory.ts +0 -316
- package/src/sourceToSignal.ts +0 -28
- package/src/types.ts +0 -13
|
@@ -11,8 +11,8 @@ class ClientOnly {
|
|
|
11
11
|
this.mounted.set(true);
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
15
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
14
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ClientOnly, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.17", type: ClientOnly, isStandalone: true, selector: "client-only", inputs: { fallback: { classPropertyName: "fallback", publicName: "fallback", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
16
16
|
@if (mounted()) {
|
|
17
17
|
<ng-content />
|
|
18
18
|
} @else if (fallback()) {
|
|
@@ -20,7 +20,7 @@ class ClientOnly {
|
|
|
20
20
|
}
|
|
21
21
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
22
22
|
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ClientOnly, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: "client-only",
|
|
@@ -43,8 +43,8 @@ class ServerOnly {
|
|
|
43
43
|
this.mounted.set(true);
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
47
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ServerOnly, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.17", type: ServerOnly, isStandalone: true, selector: "server-only", inputs: { fallback: { classPropertyName: "fallback", publicName: "fallback", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
48
48
|
@if (!mounted()) {
|
|
49
49
|
<ng-content />
|
|
50
50
|
} @else if (fallback()) {
|
|
@@ -52,7 +52,7 @@ class ServerOnly {
|
|
|
52
52
|
}
|
|
53
53
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
54
54
|
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: ServerOnly, decorators: [{
|
|
56
56
|
type: Component,
|
|
57
57
|
args: [{
|
|
58
58
|
selector: "server-only",
|
|
@@ -182,10 +182,10 @@ class HttpStatusCode {
|
|
|
182
182
|
this.sink.code = value;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
186
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.
|
|
185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: HttpStatusCode, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
186
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.17", type: HttpStatusCode, isStandalone: true, selector: "http-status-code", inputs: { code: { classPropertyName: "code", publicName: "code", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "", isInline: true });
|
|
187
187
|
}
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: HttpStatusCode, decorators: [{
|
|
189
189
|
type: Component,
|
|
190
190
|
args: [{
|
|
191
191
|
selector: "http-status-code",
|
|
@@ -695,6 +695,7 @@ const createUrlPluginDetector = (router, onMissing) => {
|
|
|
695
695
|
// boolean, a hypothetical multi-fire would double-warn.
|
|
696
696
|
let detectionConsumed = false;
|
|
697
697
|
detectionUnsub = router.subscribe(({ route }) => {
|
|
698
|
+
/* v8 ignore next 3 -- @preserve: the multi-fire is hypothetical (see above) — the real router never invokes a subscriber synchronously twice before unsub; defensive guard, not testable without a contract-violating fake */
|
|
698
699
|
if (detectionConsumed) {
|
|
699
700
|
return;
|
|
700
701
|
}
|
|
@@ -1279,10 +1280,10 @@ function navigateWithHash(router, routeName, routeParams, hash, extraOptions) {
|
|
|
1279
1280
|
// for the slow-path branch.
|
|
1280
1281
|
const WHITESPACE_PROBE = /\s/;
|
|
1281
1282
|
const WHITESPACE_SPLIT = /\S+/g;
|
|
1283
|
+
// `value` is always a truthy class string: both call sites narrow it first
|
|
1284
|
+
// (`if (isActive && activeClassName)` / `if (!baseClassName) return …`), so the
|
|
1285
|
+
// former `if (!value) return []` guard was unreachable dead code (#809).
|
|
1282
1286
|
function parseTokens(value) {
|
|
1283
|
-
if (!value) {
|
|
1284
|
-
return [];
|
|
1285
|
-
}
|
|
1286
1287
|
// Hot-path fast-path (audit-2026-05-17 §8b #1): >99% of active-class
|
|
1287
1288
|
// inputs at `<Link>` emit are single-token strings like `"active"` or
|
|
1288
1289
|
// `"is-current"` — no whitespace, no leading/trailing pad. Skip the
|
|
@@ -1933,30 +1934,30 @@ function injectRouteEnter(handler, options) {
|
|
|
1933
1934
|
class RouteMatch {
|
|
1934
1935
|
routeMatch = input.required(...(ngDevMode ? [{ debugName: "routeMatch" }] : /* istanbul ignore next */ []));
|
|
1935
1936
|
templateRef = inject(TemplateRef);
|
|
1936
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1937
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1937
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteMatch, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1938
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.17", type: RouteMatch, isStandalone: true, selector: "ng-template[routeMatch]", inputs: { routeMatch: { classPropertyName: "routeMatch", publicName: "routeMatch", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
|
|
1938
1939
|
}
|
|
1939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteMatch, decorators: [{
|
|
1940
1941
|
type: Directive,
|
|
1941
1942
|
args: [{ selector: "ng-template[routeMatch]" }]
|
|
1942
1943
|
}], propDecorators: { routeMatch: [{ type: i0.Input, args: [{ isSignal: true, alias: "routeMatch", required: true }] }] } });
|
|
1943
1944
|
|
|
1944
1945
|
class RouteNotFound {
|
|
1945
1946
|
templateRef = inject(TemplateRef);
|
|
1946
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1947
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1947
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteNotFound, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1948
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.17", type: RouteNotFound, isStandalone: true, selector: "ng-template[routeNotFound]", ngImport: i0 });
|
|
1948
1949
|
}
|
|
1949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteNotFound, decorators: [{
|
|
1950
1951
|
type: Directive,
|
|
1951
1952
|
args: [{ selector: "ng-template[routeNotFound]" }]
|
|
1952
1953
|
}] });
|
|
1953
1954
|
|
|
1954
1955
|
class RouteSelf {
|
|
1955
1956
|
templateRef = inject(TemplateRef);
|
|
1956
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1957
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1957
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteSelf, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1958
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.17", type: RouteSelf, isStandalone: true, selector: "ng-template[routeSelf]", ngImport: i0 });
|
|
1958
1959
|
}
|
|
1959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteSelf, decorators: [{
|
|
1960
1961
|
type: Directive,
|
|
1961
1962
|
args: [{ selector: "ng-template[routeSelf]" }]
|
|
1962
1963
|
}] });
|
|
@@ -2082,14 +2083,14 @@ class RouteView {
|
|
|
2082
2083
|
}));
|
|
2083
2084
|
});
|
|
2084
2085
|
}
|
|
2085
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2086
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
2086
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteView, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2087
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.17", type: RouteView, isStandalone: true, selector: "route-view", inputs: { nodeName: { classPropertyName: "nodeName", publicName: "routeNode", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "matches", predicate: RouteMatch, descendants: true, isSignal: true }, { propertyName: "selfs", predicate: RouteSelf, descendants: true, isSignal: true }, { propertyName: "notFounds", predicate: RouteNotFound, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
2087
2088
|
@if (activeTemplate()) {
|
|
2088
2089
|
<ng-container [ngTemplateOutlet]="activeTemplate()!" />
|
|
2089
2090
|
}
|
|
2090
2091
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
2091
2092
|
}
|
|
2092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouteView, decorators: [{
|
|
2093
2094
|
type: Component,
|
|
2094
2095
|
args: [{
|
|
2095
2096
|
selector: "route-view",
|
|
@@ -2135,8 +2136,8 @@ class RouterErrorBoundary {
|
|
|
2135
2136
|
}
|
|
2136
2137
|
});
|
|
2137
2138
|
}
|
|
2138
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2139
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
2139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouterErrorBoundary, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2140
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.17", type: RouterErrorBoundary, isStandalone: true, selector: "router-error-boundary", inputs: { errorTemplate: { classPropertyName: "errorTemplate", publicName: "errorTemplate", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onError: "onError" }, ngImport: i0, template: `
|
|
2140
2141
|
<ng-content />
|
|
2141
2142
|
@if (errorContext() && errorTemplate()) {
|
|
2142
2143
|
<ng-container
|
|
@@ -2146,7 +2147,7 @@ class RouterErrorBoundary {
|
|
|
2146
2147
|
}
|
|
2147
2148
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
2148
2149
|
}
|
|
2149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RouterErrorBoundary, decorators: [{
|
|
2150
2151
|
type: Component,
|
|
2151
2152
|
args: [{
|
|
2152
2153
|
selector: "router-error-boundary",
|
|
@@ -2170,10 +2171,10 @@ class NavigationAnnouncer {
|
|
|
2170
2171
|
this.announcer.destroy();
|
|
2171
2172
|
});
|
|
2172
2173
|
}
|
|
2173
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2174
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2174
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationAnnouncer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2175
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: NavigationAnnouncer, isStandalone: true, selector: "navigation-announcer", ngImport: i0, template: "", isInline: true });
|
|
2175
2176
|
}
|
|
2176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: NavigationAnnouncer, decorators: [{
|
|
2177
2178
|
type: Component,
|
|
2178
2179
|
args: [{
|
|
2179
2180
|
selector: "navigation-announcer",
|
|
@@ -2262,10 +2263,10 @@ class RealLink {
|
|
|
2262
2263
|
}
|
|
2263
2264
|
this.prevActiveClass = activeClass;
|
|
2264
2265
|
}
|
|
2265
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2266
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
2266
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RealLink, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2267
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.17", type: RealLink, isStandalone: true, selector: "a[realLink]", inputs: { routeName: { classPropertyName: "routeName", publicName: "routeName", isSignal: true, isRequired: false, transformFunction: null }, routeParams: { classPropertyName: "routeParams", publicName: "routeParams", isSignal: true, isRequired: false, transformFunction: null }, routeOptions: { classPropertyName: "routeOptions", publicName: "routeOptions", isSignal: true, isRequired: false, transformFunction: null }, activeClassName: { classPropertyName: "activeClassName", publicName: "activeClassName", isSignal: true, isRequired: false, transformFunction: null }, activeStrict: { classPropertyName: "activeStrict", publicName: "activeStrict", isSignal: true, isRequired: false, transformFunction: null }, ignoreQueryParams: { classPropertyName: "ignoreQueryParams", publicName: "ignoreQueryParams", isSignal: true, isRequired: false, transformFunction: null }, hash: { classPropertyName: "hash", publicName: "hash", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 });
|
|
2267
2268
|
}
|
|
2268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RealLink, decorators: [{
|
|
2269
2270
|
type: Directive,
|
|
2270
2271
|
args: [{
|
|
2271
2272
|
selector: "a[realLink]",
|
|
@@ -2314,10 +2315,10 @@ class RealLinkActive {
|
|
|
2314
2315
|
}
|
|
2315
2316
|
this.element.classList.toggle(className, this.isActive());
|
|
2316
2317
|
}
|
|
2317
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2318
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
2318
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RealLinkActive, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2319
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.17", type: RealLinkActive, isStandalone: true, selector: "[realLinkActive]", inputs: { realLinkActive: { classPropertyName: "realLinkActive", publicName: "realLinkActive", isSignal: true, isRequired: false, transformFunction: null }, routeName: { classPropertyName: "routeName", publicName: "routeName", isSignal: true, isRequired: false, transformFunction: null }, routeParams: { classPropertyName: "routeParams", publicName: "routeParams", isSignal: true, isRequired: false, transformFunction: null }, activeStrict: { classPropertyName: "activeStrict", publicName: "activeStrict", isSignal: true, isRequired: false, transformFunction: null }, ignoreQueryParams: { classPropertyName: "ignoreQueryParams", publicName: "ignoreQueryParams", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
2319
2320
|
}
|
|
2320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: RealLinkActive, decorators: [{
|
|
2321
2322
|
type: Directive,
|
|
2322
2323
|
args: [{ selector: "[realLinkActive]" }]
|
|
2323
2324
|
}], ctorParameters: () => [], propDecorators: { realLinkActive: [{ type: i0.Input, args: [{ isSignal: true, alias: "realLinkActive", required: false }] }], routeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "routeName", required: false }] }], routeParams: [{ type: i0.Input, args: [{ isSignal: true, alias: "routeParams", required: false }] }], activeStrict: [{ type: i0.Input, args: [{ isSignal: true, alias: "activeStrict", required: false }] }], ignoreQueryParams: [{ type: i0.Input, args: [{ isSignal: true, alias: "ignoreQueryParams", required: false }] }] } });
|