From 53c52af3516c07f6ea046ad9ee7124a284317f76 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 22 Aug 2017 15:57:01 +0300 Subject: [PATCH] moved navigation model --- .../navigation/navigation.service.ts | 2 +- .../navigation => }/navigation.model.ts | 82 ------------------- 2 files changed, 1 insertion(+), 83 deletions(-) rename src/app/{core/components/navigation => }/navigation.model.ts (79%) diff --git a/src/app/core/components/navigation/navigation.service.ts b/src/app/core/components/navigation/navigation.service.ts index 09d4dcd2..b4f9adc4 100644 --- a/src/app/core/components/navigation/navigation.service.ts +++ b/src/app/core/components/navigation/navigation.service.ts @@ -1,5 +1,5 @@ import { EventEmitter, Injectable } from '@angular/core'; -import { FuseNavigation } from './navigation.model'; +import { FuseNavigation } from '../../../navigation.model'; @Injectable() export class FuseNavigationService diff --git a/src/app/core/components/navigation/navigation.model.ts b/src/app/navigation.model.ts similarity index 79% rename from src/app/core/components/navigation/navigation.model.ts rename to src/app/navigation.model.ts index 7e3ea57c..5aa081be 100644 --- a/src/app/core/components/navigation/navigation.model.ts +++ b/src/app/navigation.model.ts @@ -180,88 +180,6 @@ export class FuseNavigation 'title': 'USER INTERFACE', 'type' : 'subheader' }, - /*{ - 'title' : 'Elements', - 'type' : 'nav-collapse', - 'icon' : 'layers', - 'children': [ - { - 'title': 'Alerts', - 'type' : 'nav-item', - 'url' : '/ui/elements/alerts' - }, - { - 'title': 'Badges', - 'type' : 'nav-item', - 'url' : '/ui/elements/badges' - }, - { - 'title': 'Breadcrumb', - 'type' : 'nav-item', - 'url' : '/ui/elements/breadcrumb' - }, - { - 'title': 'Buttons', - 'type' : 'nav-item', - 'url' : '/ui/elements/buttons' - }, - { - 'title': 'Button Group', - 'type' : 'nav-item', - 'url' : '/ui/elements/button-group' - }, - { - 'title': 'Cards', - 'type' : 'nav-item', - 'url' : '/ui/elements/cards' - }, - { - 'title': 'Dropdowns', - 'type' : 'nav-item', - 'url' : '/ui/elements/dropdowns' - }, - { - 'title': 'Forms', - 'type' : 'nav-item', - 'url' : '/ui/elements/forms' - }, - { - 'title': 'Input Group', - 'type' : 'nav-item', - 'url' : '/ui/elements/input-group' - }, - { - 'title': 'Jumbotron', - 'type' : 'nav-item', - 'url' : '/ui/elements/jumbotron' - }, - { - 'title': 'List Group', - 'type' : 'nav-item', - 'url' : '/ui/elements/list-group' - }, - { - 'title': 'Navs', - 'type' : 'nav-item', - 'url' : '/ui/elements/navs' - }, - { - 'title': 'Navbar', - 'type' : 'nav-item', - 'url' : '/ui/elements/navbar' - }, - { - 'title': 'Pagination', - 'type' : 'nav-item', - 'url' : '/ui/elements/pagination' - }, - { - 'title': 'Progress', - 'type' : 'nav-item', - 'url' : '/ui/elements/progress' - } - ] - },*/ { 'title': 'Forms', 'type' : 'nav-item',