From 5bf9fd177b2536ccf331097c78b2840ee8a7fb61 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 12 Jun 2018 10:51:16 +0300 Subject: [PATCH] Updated footer links --- src/app/layout/components/footer/footer.component.html | 6 ++++-- src/app/layout/components/footer/footer.module.ts | 3 +++ src/app/navigation/navigation.ts | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/layout/components/footer/footer.component.html b/src/app/layout/components/footer/footer.component.html index 84e0d214..9c23c155 100644 --- a/src/app/layout/components/footer/footer.component.html +++ b/src/app/layout/components/footer/footer.component.html @@ -10,11 +10,13 @@
- Documentation + Documentation - Changelog + Changelog
+ + diff --git a/src/app/layout/components/footer/footer.module.ts b/src/app/layout/components/footer/footer.module.ts index d0d6b7de..49c26a7b 100644 --- a/src/app/layout/components/footer/footer.module.ts +++ b/src/app/layout/components/footer/footer.module.ts @@ -1,4 +1,5 @@ import { NgModule } from '@angular/core'; +import { RouterModule } from '@angular/router'; import { MatButtonModule, MatIconModule, MatToolbarModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -10,6 +11,8 @@ import { FooterComponent } from 'app/layout/components/footer/footer.component'; FooterComponent ], imports : [ + RouterModule, + MatButtonModule, MatIconModule, MatToolbarModule, diff --git a/src/app/navigation/navigation.ts b/src/app/navigation/navigation.ts index f96d7a58..cfcc8778 100644 --- a/src/app/navigation/navigation.ts +++ b/src/app/navigation/navigation.ts @@ -988,7 +988,7 @@ export const navigation: FuseNavigation[] = [ }, { id : '3rd-party-components', - title : '3rd Party components', + title : '3rd Party Components', type : 'collapsable', icon : 'import_contacts', children: [