From 719685530db428af97b42a4fc5433526053a123d Mon Sep 17 00:00:00 2001 From: Niek Raaijmakers Date: Thu, 20 May 2021 05:42:14 +0200 Subject: [PATCH] fix(routing): fixes the routing problem --- .../core/src/AbstractRoutedCoreComponent.ts | 2 +- projects/aem-angular-core-wcm-components/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/aem-angular-core-wcm-components/core/src/AbstractRoutedCoreComponent.ts b/projects/aem-angular-core-wcm-components/core/src/AbstractRoutedCoreComponent.ts index e77eec6..da5de9e 100644 --- a/projects/aem-angular-core-wcm-components/core/src/AbstractRoutedCoreComponent.ts +++ b/projects/aem-angular-core-wcm-components/core/src/AbstractRoutedCoreComponent.ts @@ -29,7 +29,7 @@ export abstract class AbstractRoutedCoreComponent extends AbstractCoreComponent /** * Flag the entire core component to have routed links */ - @Input() routed = false; + @Input() routed; /** * Determine if an individual item (such as navigation entry or list link) should be routed or not. diff --git a/projects/aem-angular-core-wcm-components/package.json b/projects/aem-angular-core-wcm-components/package.json index 5894ebd..7c18c4f 100644 --- a/projects/aem-angular-core-wcm-components/package.json +++ b/projects/aem-angular-core-wcm-components/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aem-core-components-angular-base", - "version": "1.0.4", + "version": "1.0.5", "author": "Adobe Systems Inc.", "license": "Apache-2.0", "peerDependencies": {