From 39650d3cc91df2c3b6bd767daa5171afe4c5d9d6 Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 10 Jun 2021 10:13:43 +0300 Subject: [PATCH] (layouts) Use navigation service data for horizontal navigation --- .../layout/layouts/horizontal/centered/centered.component.html | 2 +- .../layouts/horizontal/enterprise/enterprise.component.html | 2 +- .../layout/layouts/horizontal/material/material.component.html | 2 +- src/app/layout/layouts/horizontal/modern/modern.component.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout/layouts/horizontal/centered/centered.component.html b/src/app/layout/layouts/horizontal/centered/centered.component.html index 5f0c4280..fcabd73f 100644 --- a/src/app/layout/layouts/horizontal/centered/centered.component.html +++ b/src/app/layout/layouts/horizontal/centered/centered.component.html @@ -50,7 +50,7 @@ + [navigation]="navigation.horizontal"> diff --git a/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html b/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html index 19ebe5b5..1eeef577 100644 --- a/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html +++ b/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html @@ -63,7 +63,7 @@ + [navigation]="navigation.horizontal"> diff --git a/src/app/layout/layouts/horizontal/material/material.component.html b/src/app/layout/layouts/horizontal/material/material.component.html index 70524615..b7126d16 100644 --- a/src/app/layout/layouts/horizontal/material/material.component.html +++ b/src/app/layout/layouts/horizontal/material/material.component.html @@ -66,7 +66,7 @@
+ [navigation]="navigation.horizontal">
diff --git a/src/app/layout/layouts/horizontal/modern/modern.component.html b/src/app/layout/layouts/horizontal/modern/modern.component.html index 63654346..0671c7f6 100644 --- a/src/app/layout/layouts/horizontal/modern/modern.component.html +++ b/src/app/layout/layouts/horizontal/modern/modern.component.html @@ -43,7 +43,7 @@ + [navigation]="navigation.horizontal">