mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Updated footer links
This commit is contained in:
parent
507fe97e84
commit
5bf9fd177b
|
@ -10,11 +10,13 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs>
|
<div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs>
|
||||||
<a mat-button href="http://fusetheme.com/angular/docs" target="_blank">Documentation</a>
|
<a mat-button routerLink="/documentation/getting-started/introduction">Documentation</a>
|
||||||
<span>•</span>
|
<span>•</span>
|
||||||
<a mat-button href="http://fusetheme.com/angular/changelog" target="_blank">Changelog</a>
|
<a mat-button routerLink="/documentation/changelog">Changelog</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</mat-toolbar>
|
</mat-toolbar>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
|
import { RouterModule } from '@angular/router';
|
||||||
import { MatButtonModule, MatIconModule, MatToolbarModule } from '@angular/material';
|
import { MatButtonModule, MatIconModule, MatToolbarModule } from '@angular/material';
|
||||||
|
|
||||||
import { FuseSharedModule } from '@fuse/shared.module';
|
import { FuseSharedModule } from '@fuse/shared.module';
|
||||||
|
@ -10,6 +11,8 @@ import { FooterComponent } from 'app/layout/components/footer/footer.component';
|
||||||
FooterComponent
|
FooterComponent
|
||||||
],
|
],
|
||||||
imports : [
|
imports : [
|
||||||
|
RouterModule,
|
||||||
|
|
||||||
MatButtonModule,
|
MatButtonModule,
|
||||||
MatIconModule,
|
MatIconModule,
|
||||||
MatToolbarModule,
|
MatToolbarModule,
|
||||||
|
|
|
@ -988,7 +988,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : '3rd-party-components',
|
id : '3rd-party-components',
|
||||||
title : '3rd Party components',
|
title : '3rd Party Components',
|
||||||
type : 'collapsable',
|
type : 'collapsable',
|
||||||
icon : 'import_contacts',
|
icon : 'import_contacts',
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user