Skip to content

Commit 7196855

Browse files
author
Niek Raaijmakers
committed
fix(routing): fixes the routing problem
1 parent e8e14e5 commit 7196855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/aem-angular-core-wcm-components/core/src/AbstractRoutedCoreComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export abstract class AbstractRoutedCoreComponent extends AbstractCoreComponent
2929
/**
3030
* Flag the entire core component to have routed links
3131
*/
32-
@Input() routed = false;
32+
@Input() routed;
3333

3434
/**
3535
* Determine if an individual item (such as navigation entry or list link) should be routed or not.

projects/aem-angular-core-wcm-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/aem-core-components-angular-base",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"author": "Adobe Systems Inc.",
55
"license": "Apache-2.0",
66
"peerDependencies": {

0 commit comments

Comments
 (0)