mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Merge branch 'master' of https://github.com/withinpixels/fuse2
+ fuse-hljs replaced with fuse-highlight
This commit is contained in:
commit
5a40116c7b
96
package-lock.json
generated
96
package-lock.json
generated
|
@ -724,6 +724,12 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
"async-limiter": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"asynckit": {
|
"asynckit": {
|
||||||
"version": "0.4.0",
|
"version": "0.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
||||||
|
@ -2649,6 +2655,12 @@
|
||||||
"crossvent": "1.5.4"
|
"crossvent": "1.5.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"duplexer": {
|
||||||
|
"version": "0.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
|
||||||
|
"integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"duplexify": {
|
"duplexify": {
|
||||||
"version": "3.5.1",
|
"version": "3.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.1.tgz",
|
||||||
|
@ -3325,6 +3337,12 @@
|
||||||
"minimatch": "3.0.4"
|
"minimatch": "3.0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"filesize": {
|
||||||
|
"version": "3.5.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/filesize/-/filesize-3.5.11.tgz",
|
||||||
|
"integrity": "sha512-ZH7loueKBoDb7yG9esn1U+fgq7BzlzW6NRi5/rMdxIZ05dj7GFD/Xc5rq2CDt5Yq86CyfSYVyx4242QQNZbx1g==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"fill-range": {
|
"fill-range": {
|
||||||
"version": "2.2.3",
|
"version": "2.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
|
||||||
|
@ -4620,6 +4638,15 @@
|
||||||
"integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
|
"integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"gzip-size": {
|
||||||
|
"version": "3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
|
||||||
|
"integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"duplexer": "0.1.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"hammerjs": {
|
"hammerjs": {
|
||||||
"version": "2.0.8",
|
"version": "2.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz",
|
||||||
|
@ -6949,6 +6976,12 @@
|
||||||
"wrappy": "1.0.2"
|
"wrappy": "1.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"opener": {
|
||||||
|
"version": "1.4.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/opener/-/opener-1.4.3.tgz",
|
||||||
|
"integrity": "sha1-XG2ixdflgx6P+jlklQ+NZnSskLg=",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"opn": {
|
"opn": {
|
||||||
"version": "5.1.0",
|
"version": "5.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz",
|
||||||
|
@ -10604,6 +10637,69 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"webpack-bundle-analyzer": {
|
||||||
|
"version": "2.9.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.1.tgz",
|
||||||
|
"integrity": "sha512-a+UcvlsXvCmclNgfThT8PVyuJKd029By7CxkYEbNNCfs0Lqj9gagjkdv3S3MBvCIKBaUGYs8l4UpiVI0bFoh2Q==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"acorn": "5.3.0",
|
||||||
|
"chalk": "1.1.3",
|
||||||
|
"commander": "2.12.1",
|
||||||
|
"ejs": "2.5.7",
|
||||||
|
"express": "4.16.2",
|
||||||
|
"filesize": "3.5.11",
|
||||||
|
"gzip-size": "3.0.0",
|
||||||
|
"lodash": "4.17.4",
|
||||||
|
"mkdirp": "0.5.1",
|
||||||
|
"opener": "1.4.3",
|
||||||
|
"ws": "3.3.3"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"ansi-styles": {
|
||||||
|
"version": "2.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
||||||
|
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"chalk": {
|
||||||
|
"version": "1.1.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
||||||
|
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"ansi-styles": "2.2.1",
|
||||||
|
"escape-string-regexp": "1.0.5",
|
||||||
|
"has-ansi": "2.0.0",
|
||||||
|
"strip-ansi": "3.0.1",
|
||||||
|
"supports-color": "2.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"supports-color": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
||||||
|
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"ultron": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"ws": {
|
||||||
|
"version": "3.3.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz",
|
||||||
|
"integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"async-limiter": "1.0.0",
|
||||||
|
"safe-buffer": "5.1.1",
|
||||||
|
"ultron": "1.1.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"webpack-core": {
|
"webpack-core": {
|
||||||
"version": "0.6.9",
|
"version": "0.6.9",
|
||||||
"resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz",
|
"resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz",
|
||||||
|
|
|
@ -8,10 +8,13 @@
|
||||||
"start-hmr": "ng serve --hmr -e=hmr -sm=false",
|
"start-hmr": "ng serve --hmr -e=hmr -sm=false",
|
||||||
"start-hmr-sourcemaps": "ng serve --hmr -e=hmr",
|
"start-hmr-sourcemaps": "ng serve --hmr -e=hmr",
|
||||||
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
|
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
|
||||||
|
"build-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json",
|
||||||
"build-prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod",
|
"build-prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod",
|
||||||
|
"build-prod-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e",
|
||||||
|
"bundle-report": "webpack-bundle-analyzer dist/stats.json"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -75,6 +78,7 @@
|
||||||
"protractor": "5.1.2",
|
"protractor": "5.1.2",
|
||||||
"ts-node": "3.2.2",
|
"ts-node": "3.2.2",
|
||||||
"tslint": "5.7.0",
|
"tslint": "5.7.0",
|
||||||
"typescript": "2.4.2"
|
"typescript": "2.4.2",
|
||||||
|
"webpack-bundle-analyzer": "2.9.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,62 +7,39 @@ import { InMemoryWebApiModule } from 'angular-in-memory-web-api';
|
||||||
import 'hammerjs';
|
import 'hammerjs';
|
||||||
import { SharedModule } from './core/modules/shared.module';
|
import { SharedModule } from './core/modules/shared.module';
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
import { ProjectModule } from './main/content/apps/dashboards/project/project.module';
|
|
||||||
import { FuseFakeDbService } from './fuse-fake-db/fuse-fake-db.service';
|
import { FuseFakeDbService } from './fuse-fake-db/fuse-fake-db.service';
|
||||||
import { FuseMainModule } from './main/main.module';
|
import { FuseMainModule } from './main/main.module';
|
||||||
import { PagesModule } from './main/content/pages/pages.module';
|
|
||||||
import { UIModule } from './main/content/ui/ui.module';
|
|
||||||
import { ComponentsModule } from './main/content/components/components.module';
|
|
||||||
import { FuseSplashScreenService } from './core/services/splash-screen.service';
|
import { FuseSplashScreenService } from './core/services/splash-screen.service';
|
||||||
import { FuseConfigService } from './core/services/config.service';
|
import { FuseConfigService } from './core/services/config.service';
|
||||||
import { FuseNavigationService } from './core/components/navigation/navigation.service';
|
import { FuseNavigationService } from './core/components/navigation/navigation.service';
|
||||||
import { ComponentsThirdPartyModule } from './main/content/components-third-party/components-third-party.module';
|
|
||||||
import { ServicesModule } from './main/content/services/services.module';
|
|
||||||
import { FuseAngularMaterialModule } from './main/content/components/angular-material/angular-material.module';
|
|
||||||
import { MarkdownModule } from 'angular2-markdown';
|
import { MarkdownModule } from 'angular2-markdown';
|
||||||
import { TranslateModule } from '@ngx-translate/core';
|
import { TranslateModule } from '@ngx-translate/core';
|
||||||
import { AppStoreModule } from './store/store.module';
|
import { AppStoreModule } from './store/store.module';
|
||||||
|
|
||||||
const appRoutes: Routes = [
|
const appRoutes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'apps/mail',
|
path : 'apps',
|
||||||
loadChildren: './main/content/apps/mail/mail.module#FuseMailModule'
|
loadChildren: './main/content/apps/apps.module#FuseAppsModule'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'apps/mail-ngrx',
|
path : 'pages',
|
||||||
loadChildren: './main/content/apps/mail-ngrx/mail.module#FuseMailNgrxModule'
|
loadChildren: './main/content/pages/pages.module#FusePagesModule'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'apps/chat',
|
path : 'ui',
|
||||||
loadChildren: './main/content/apps/chat/chat.module#FuseChatModule'
|
loadChildren: './main/content/ui/ui.module#FuseUIModule'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'apps/calendar',
|
path : 'services',
|
||||||
loadChildren: './main/content/apps/calendar/calendar.module#FuseCalendarModule'
|
loadChildren: './main/content/services/services.module#FuseServicesModule'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'apps/e-commerce',
|
path : 'components',
|
||||||
loadChildren: './main/content/apps/e-commerce/e-commerce.module#FuseEcommerceModule'
|
loadChildren: './main/content/components/components.module#FuseComponentsModule'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'apps/academy',
|
path : 'components-third-party',
|
||||||
loadChildren: './main/content/apps/academy/academy.module#FuseAcademyModule'
|
loadChildren: './main/content/components-third-party/components-third-party.module#FuseComponentsThirdPartyModule'
|
||||||
},
|
|
||||||
{
|
|
||||||
path : 'apps/todo',
|
|
||||||
loadChildren: './main/content/apps/todo/todo.module#FuseTodoModule'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path : 'apps/file-manager',
|
|
||||||
loadChildren: './main/content/apps/file-manager/file-manager.module#FuseFileManagerModule'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path : 'apps/contacts',
|
|
||||||
loadChildren: './main/content/apps/contacts/contacts.module#FuseContactsModule'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path : 'apps/scrumboard',
|
|
||||||
loadChildren: './main/content/apps/scrumboard/scrumboard.module#FuseScrumboardModule'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : '**',
|
path : '**',
|
||||||
|
@ -87,14 +64,7 @@ const appRoutes: Routes = [
|
||||||
passThruUnknownUrl: true
|
passThruUnknownUrl: true
|
||||||
}),
|
}),
|
||||||
AppStoreModule,
|
AppStoreModule,
|
||||||
FuseMainModule,
|
FuseMainModule
|
||||||
ProjectModule,
|
|
||||||
PagesModule,
|
|
||||||
UIModule,
|
|
||||||
ServicesModule,
|
|
||||||
ComponentsModule,
|
|
||||||
FuseAngularMaterialModule,
|
|
||||||
ComponentsThirdPartyModule
|
|
||||||
],
|
],
|
||||||
providers : [
|
providers : [
|
||||||
FuseSplashScreenService,
|
FuseSplashScreenService,
|
||||||
|
|
|
@ -1,124 +0,0 @@
|
||||||
/*
|
|
||||||
|
|
||||||
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
hljs,
|
|
||||||
[hljs] {
|
|
||||||
display: block;
|
|
||||||
overflow-x: auto;
|
|
||||||
// padding: 0.5em;
|
|
||||||
color: #333;
|
|
||||||
background: #F8F8F8;
|
|
||||||
-webkit-text-size-adjust: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-comment,
|
|
||||||
.diff .hljs-header {
|
|
||||||
color: #998;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-keyword,
|
|
||||||
.css .rule .hljs-keyword,
|
|
||||||
.hljs-winutils,
|
|
||||||
.nginx .hljs-title,
|
|
||||||
.hljs-subst,
|
|
||||||
.hljs-request,
|
|
||||||
.hljs-status {
|
|
||||||
color: #333;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-number,
|
|
||||||
.hljs-hexcolor,
|
|
||||||
.ruby .hljs-constant {
|
|
||||||
color: #008080;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-string,
|
|
||||||
.hljs-tag .hljs-value,
|
|
||||||
.hljs-doctag,
|
|
||||||
.tex .hljs-formula {
|
|
||||||
color: #D14;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-title,
|
|
||||||
.hljs-id,
|
|
||||||
.scss .hljs-preprocessor {
|
|
||||||
color: #900;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-list .hljs-keyword,
|
|
||||||
.hljs-subst {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-class .hljs-title,
|
|
||||||
.hljs-type,
|
|
||||||
.vhdl .hljs-literal,
|
|
||||||
.tex .hljs-command {
|
|
||||||
color: #458;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-tag,
|
|
||||||
.hljs-tag .hljs-title,
|
|
||||||
.hljs-rule .hljs-property,
|
|
||||||
.django .hljs-tag .hljs-keyword {
|
|
||||||
color: #000080;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-attribute,
|
|
||||||
.hljs-variable,
|
|
||||||
.lisp .hljs-body,
|
|
||||||
.hljs-name {
|
|
||||||
color: #008080;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-regexp {
|
|
||||||
color: #009926;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-symbol,
|
|
||||||
.ruby .hljs-symbol .hljs-string,
|
|
||||||
.lisp .hljs-keyword,
|
|
||||||
.clojure .hljs-keyword,
|
|
||||||
.scheme .hljs-keyword,
|
|
||||||
.tex .hljs-special,
|
|
||||||
.hljs-prompt {
|
|
||||||
color: #990073;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-built_in {
|
|
||||||
color: #0086B3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-preprocessor,
|
|
||||||
.hljs-pragma,
|
|
||||||
.hljs-pi,
|
|
||||||
.hljs-doctype,
|
|
||||||
.hljs-shebang,
|
|
||||||
.hljs-cdata {
|
|
||||||
color: #999;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-deletion {
|
|
||||||
background: #FDD;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-addition {
|
|
||||||
background: #DFD;
|
|
||||||
}
|
|
||||||
|
|
||||||
.diff .hljs-change {
|
|
||||||
background: #0086B3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-chunk {
|
|
||||||
color: #AAA;
|
|
||||||
}
|
|
63
src/app/main/content/apps/apps.module.ts
Normal file
63
src/app/main/content/apps/apps.module.ts
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
import { NgModule } from '@angular/core';
|
||||||
|
import { SharedModule } from '../../../core/modules/shared.module';
|
||||||
|
import { RouterModule } from '@angular/router';
|
||||||
|
import { FuseAngularMaterialModule } from '../components/angular-material/angular-material.module';
|
||||||
|
|
||||||
|
const routes = [
|
||||||
|
{
|
||||||
|
path : 'dashboards/project',
|
||||||
|
loadChildren: './dashboards/project/project.module#FuseProjectDashboardModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'mail',
|
||||||
|
loadChildren: './mail/mail.module#FuseMailModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'mail-ngrx',
|
||||||
|
loadChildren: './mail-ngrx/mail.module#FuseMailNgrxModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'chat',
|
||||||
|
loadChildren: './chat/chat.module#FuseChatModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'calendar',
|
||||||
|
loadChildren: './calendar/calendar.module#FuseCalendarModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'e-commerce',
|
||||||
|
loadChildren: './e-commerce/e-commerce.module#FuseEcommerceModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'academy',
|
||||||
|
loadChildren: './academy/academy.module#FuseAcademyModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'todo',
|
||||||
|
loadChildren: './todo/todo.module#FuseTodoModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'file-manager',
|
||||||
|
loadChildren: './file-manager/file-manager.module#FuseFileManagerModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'contacts',
|
||||||
|
loadChildren: './contacts/contacts.module#FuseContactsModule'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path : 'scrumboard',
|
||||||
|
loadChildren: './scrumboard/scrumboard.module#FuseScrumboardModule'
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
imports : [
|
||||||
|
SharedModule,
|
||||||
|
RouterModule.forChild(routes),
|
||||||
|
FuseAngularMaterialModule
|
||||||
|
],
|
||||||
|
declarations: []
|
||||||
|
})
|
||||||
|
export class FuseAppsModule
|
||||||
|
{
|
||||||
|
}
|
|
@ -8,7 +8,7 @@ import { NgxChartsModule } from '@swimlane/ngx-charts';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'apps/dashboards/project',
|
path : '**',
|
||||||
component: FuseProjectComponent,
|
component: FuseProjectComponent,
|
||||||
resolve : {
|
resolve : {
|
||||||
data: ProjectsDashboardService
|
data: ProjectsDashboardService
|
||||||
|
@ -30,7 +30,7 @@ const routes: Routes = [
|
||||||
ProjectsDashboardService
|
ProjectsDashboardService
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class ProjectModule
|
export class FuseProjectDashboardModule
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { GoogleMapsModule } from './google-maps/google-maps.module';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'components-third-party/datatables/ngx-datatable',
|
path : 'datatables/ngx-datatable',
|
||||||
component: FuseNgxDatatableComponent
|
component: FuseNgxDatatableComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -21,6 +21,6 @@ const routes = [
|
||||||
FuseNgxDatatableComponent
|
FuseNgxDatatableComponent
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class ComponentsThirdPartyModule
|
export class FuseComponentsThirdPartyModule
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { AgmCoreModule } from '@agm/core';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'components-third-party/google-maps',
|
path : 'google-maps',
|
||||||
component: FuseGoogleMapsDocsComponent
|
component: FuseGoogleMapsDocsComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { FuseAngularMaterialComponent } from './angular-material.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'components/angular-material',
|
path : 'angular-material',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path : ':id',
|
path : ':id',
|
||||||
|
|
|
@ -11,43 +11,44 @@ import { FuseSearchBarDocsComponent } from './search-bar/search-bar.component';
|
||||||
import { FuseShortcutsDocsComponent } from './shortcuts/shortcuts.component';
|
import { FuseShortcutsDocsComponent } from './shortcuts/shortcuts.component';
|
||||||
import { FuseWidgetDocsComponent } from './widget/widget.component';
|
import { FuseWidgetDocsComponent } from './widget/widget.component';
|
||||||
import { FuseWidgetModule } from '../../../core/components/widget/widget.module';
|
import { FuseWidgetModule } from '../../../core/components/widget/widget.module';
|
||||||
|
import { FuseAngularMaterialModule } from './angular-material/angular-material.module';
|
||||||
import { NgxChartsModule } from '@swimlane/ngx-charts';
|
import { NgxChartsModule } from '@swimlane/ngx-charts';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'components/cards',
|
path : 'cards',
|
||||||
component: FuseCardsDocsComponent
|
component: FuseCardsDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/countdown',
|
path : 'countdown',
|
||||||
component: FuseCountdownDocsComponent
|
component: FuseCountdownDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/highlightjs',
|
path : 'highlightjs',
|
||||||
component: FuseHljsDocsComponent
|
component: FuseHljsDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/material-color-picker',
|
path : 'material-color-picker',
|
||||||
component: FuseMaterialColorPickerDocsComponent
|
component: FuseMaterialColorPickerDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/multi-language',
|
path : 'multi-language',
|
||||||
component: FuseMultiLanguageDocsComponent
|
component: FuseMultiLanguageDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/navigation',
|
path : 'navigation',
|
||||||
component: FuseNavigationDocsComponent
|
component: FuseNavigationDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/search-bar',
|
path : 'search-bar',
|
||||||
component: FuseSearchBarDocsComponent
|
component: FuseSearchBarDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/shortcuts',
|
path : 'shortcuts',
|
||||||
component: FuseShortcutsDocsComponent
|
component: FuseShortcutsDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'components/widget',
|
path : 'widget',
|
||||||
component: FuseWidgetDocsComponent
|
component: FuseWidgetDocsComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -57,6 +58,7 @@ const routes = [
|
||||||
SharedModule,
|
SharedModule,
|
||||||
RouterModule.forChild(routes),
|
RouterModule.forChild(routes),
|
||||||
FuseWidgetModule,
|
FuseWidgetModule,
|
||||||
|
FuseAngularMaterialModule,
|
||||||
NgxChartsModule
|
NgxChartsModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseForgotPassword2Component } from './forgot-password-2.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/forgot-password-2',
|
path : 'auth/forgot-password-2',
|
||||||
component: FuseForgotPassword2Component
|
component: FuseForgotPassword2Component
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseForgotPasswordComponent } from './forgot-password.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/forgot-password',
|
path : 'auth/forgot-password',
|
||||||
component: FuseForgotPasswordComponent
|
component: FuseForgotPasswordComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseLockComponent } from './lock.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/lock',
|
path : 'auth/lock',
|
||||||
component: FuseLockComponent
|
component: FuseLockComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseLogin2Component } from './login-2.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/login-2',
|
path : 'auth/login-2',
|
||||||
component: FuseLogin2Component
|
component: FuseLogin2Component
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseLoginComponent } from './login.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/login',
|
path : 'auth/login',
|
||||||
component: FuseLoginComponent
|
component: FuseLoginComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseMailConfirmComponent } from './mail-confirm.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/mail-confirm',
|
path : 'auth/mail-confirm',
|
||||||
component: FuseMailConfirmComponent
|
component: FuseMailConfirmComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseRegister2Component } from './register-2.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/register-2',
|
path : 'auth/register-2',
|
||||||
component: FuseRegister2Component
|
component: FuseRegister2Component
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseRegisterComponent } from './register.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/register',
|
path : 'auth/register',
|
||||||
component: FuseRegisterComponent
|
component: FuseRegisterComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseResetPassword2Component } from './reset-password-2.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/reset-password-2',
|
path : 'auth/reset-password-2',
|
||||||
component: FuseResetPassword2Component
|
component: FuseResetPassword2Component
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseResetPasswordComponent } from './reset-password.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/auth/reset-password',
|
path : 'auth/reset-password',
|
||||||
component: FuseResetPasswordComponent
|
component: FuseResetPasswordComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseComingSoonComponent } from './coming-soon.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/coming-soon',
|
path : 'coming-soon',
|
||||||
component: FuseComingSoonComponent
|
component: FuseComingSoonComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseError404Component } from './error-404.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/errors/error-404',
|
path : 'errors/error-404',
|
||||||
component: FuseError404Component
|
component: FuseError404Component
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseError500Component } from './error-500.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/errors/error-500',
|
path : 'errors/error-500',
|
||||||
component: FuseError500Component
|
component: FuseError500Component
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FaqService } from './faq.service';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/faq',
|
path : 'faq',
|
||||||
component: FuseFaqComponent,
|
component: FuseFaqComponent,
|
||||||
resolve : {
|
resolve : {
|
||||||
faq: FaqService
|
faq: FaqService
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { InvoiceService } from '../invoice.service';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/invoices/compact',
|
path : 'invoices/compact',
|
||||||
component: FuseInvoiceCompactComponent,
|
component: FuseInvoiceCompactComponent,
|
||||||
resolve : {
|
resolve : {
|
||||||
search: InvoiceService
|
search: InvoiceService
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { InvoiceService } from '../invoice.service';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/invoices/modern',
|
path : 'invoices/modern',
|
||||||
component: FuseInvoiceModernComponent,
|
component: FuseInvoiceModernComponent,
|
||||||
resolve : {
|
resolve : {
|
||||||
search: InvoiceService
|
search: InvoiceService
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { FuseKnowledgeBaseArticleComponent } from './dialogs/article/article.com
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/knowledge-base',
|
path : 'knowledge-base',
|
||||||
component: FuseKnowledgeBaseComponent,
|
component: FuseKnowledgeBaseComponent,
|
||||||
resolve : {
|
resolve : {
|
||||||
knowledgeBase: KnowledgeBaseService
|
knowledgeBase: KnowledgeBaseService
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseMaintenanceComponent } from './maintenance.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/maintenance',
|
path : 'maintenance',
|
||||||
component: FuseMaintenanceComponent
|
component: FuseMaintenanceComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -66,6 +66,7 @@ import { KnowledgeBaseModule } from './knowledge-base/knowledge-base.module';
|
||||||
KnowledgeBaseModule
|
KnowledgeBaseModule
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class PagesModule
|
export class FusePagesModule
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,15 +8,15 @@ import { FusePricingStyle3Component } from './style-3/style-3.component';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/pricing/style-1',
|
path : 'pricing/style-1',
|
||||||
component: FusePricingStyle1Component
|
component: FusePricingStyle1Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'pages/pricing/style-2',
|
path : 'pricing/style-2',
|
||||||
component: FusePricingStyle2Component
|
component: FusePricingStyle2Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'pages/pricing/style-3',
|
path : 'pricing/style-3',
|
||||||
component: FusePricingStyle3Component
|
component: FusePricingStyle3Component
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { ProfileService } from './profile.service';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/profile',
|
path : 'profile',
|
||||||
component: FuseProfileComponent,
|
component: FuseProfileComponent,
|
||||||
resolve : {
|
resolve : {
|
||||||
profile: ProfileService
|
profile: ProfileService
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { SearchService } from './search.service';
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'pages/search',
|
path : 'search',
|
||||||
component: FuseSearchComponent,
|
component: FuseSearchComponent,
|
||||||
resolve : {
|
resolve : {
|
||||||
search: SearchService
|
search: SearchService
|
||||||
|
|
|
@ -6,11 +6,11 @@ import { FuseSplashScreenServiceDocsComponent } from './splash-screen/splash-scr
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path : 'services/config',
|
path : 'config',
|
||||||
component: FuseConfigServiceDocsComponent
|
component: FuseConfigServiceDocsComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'services/splash-screen',
|
path : 'splash-screen',
|
||||||
component: FuseSplashScreenServiceDocsComponent
|
component: FuseSplashScreenServiceDocsComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -25,6 +25,6 @@ const routes = [
|
||||||
FuseSplashScreenServiceDocsComponent
|
FuseSplashScreenServiceDocsComponent
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class ServicesModule
|
export class FuseServicesModule
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseColorsComponent } from './colors.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'ui/colors',
|
path : 'colors',
|
||||||
component: FuseColorsComponent
|
component: FuseColorsComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { FuseFormsComponent } from './forms.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'ui/forms',
|
path : 'forms',
|
||||||
component: FuseFormsComponent
|
component: FuseFormsComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { FuseHelperClassesWidthHeightComponent } from './tabs/width-height/width
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'ui/helper-classes',
|
path : 'helper-classes',
|
||||||
component: FuseHelperClassesComponent
|
component: FuseHelperClassesComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { FuseIconsComponent } from './icons.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'ui/icons',
|
path : 'icons',
|
||||||
component: FuseIconsComponent
|
component: FuseIconsComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -24,79 +24,79 @@ import { FuseBlankComponent } from './blank/blank.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/full-width',
|
path : 'page-layouts/carded/full-width',
|
||||||
component: FuseCardedFullWidthComponent
|
component: FuseCardedFullWidthComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/full-width-2',
|
path : 'page-layouts/carded/full-width-2',
|
||||||
component: FuseCardedFullWidth2Component
|
component: FuseCardedFullWidth2Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/left-sidenav',
|
path : 'page-layouts/carded/left-sidenav',
|
||||||
component: FuseCardedLeftSidenavComponent
|
component: FuseCardedLeftSidenavComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/left-sidenav-tabbed',
|
path : 'page-layouts/carded/left-sidenav-tabbed',
|
||||||
component: FuseCardedLeftSidenavTabbedComponent
|
component: FuseCardedLeftSidenavTabbedComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/left-sidenav-2',
|
path : 'page-layouts/carded/left-sidenav-2',
|
||||||
component: FuseCardedLeftSidenav2Component
|
component: FuseCardedLeftSidenav2Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/left-sidenav-2-tabbed',
|
path : 'page-layouts/carded/left-sidenav-2-tabbed',
|
||||||
component: FuseCardedLeftSidenav2TabbedComponent
|
component: FuseCardedLeftSidenav2TabbedComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/right-sidenav',
|
path : 'page-layouts/carded/right-sidenav',
|
||||||
component: FuseCardedRightSidenavComponent
|
component: FuseCardedRightSidenavComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/right-sidenav-tabbed',
|
path : 'page-layouts/carded/right-sidenav-tabbed',
|
||||||
component: FuseCardedRightSidenavTabbedComponent
|
component: FuseCardedRightSidenavTabbedComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/right-sidenav-2',
|
path : 'page-layouts/carded/right-sidenav-2',
|
||||||
component: FuseCardedRightSidenav2Component
|
component: FuseCardedRightSidenav2Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/carded/right-sidenav-2-tabbed',
|
path : 'page-layouts/carded/right-sidenav-2-tabbed',
|
||||||
component: FuseCardedRightSidenav2TabbedComponent
|
component: FuseCardedRightSidenav2TabbedComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/full-width',
|
path : 'page-layouts/simple/full-width',
|
||||||
component: FuseSimpleFullWidthComponent
|
component: FuseSimpleFullWidthComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/left-sidenav',
|
path : 'page-layouts/simple/left-sidenav',
|
||||||
component: FuseSimpleLeftSidenavComponent
|
component: FuseSimpleLeftSidenavComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/left-sidenav-2',
|
path : 'page-layouts/simple/left-sidenav-2',
|
||||||
component: FuseSimpleLeftSidenav2Component
|
component: FuseSimpleLeftSidenav2Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/left-sidenav-3',
|
path : 'page-layouts/simple/left-sidenav-3',
|
||||||
component: FuseSimpleLeftSidenav3Component
|
component: FuseSimpleLeftSidenav3Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/right-sidenav',
|
path : 'page-layouts/simple/right-sidenav',
|
||||||
component: FuseSimpleRightSidenavComponent
|
component: FuseSimpleRightSidenavComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/right-sidenav-2',
|
path : 'page-layouts/simple/right-sidenav-2',
|
||||||
component: FuseSimpleRightSidenav2Component
|
component: FuseSimpleRightSidenav2Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/right-sidenav-3',
|
path : 'page-layouts/simple/right-sidenav-3',
|
||||||
component: FuseSimpleRightSidenav3Component
|
component: FuseSimpleRightSidenav3Component
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/simple/tabbed',
|
path : 'page-layouts/simple/tabbed',
|
||||||
component: FuseTabbedComponent
|
component: FuseTabbedComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : 'ui/page-layouts/blank',
|
path : 'page-layouts/blank',
|
||||||
component: FuseBlankComponent
|
component: FuseBlankComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { FuseTypographyHelpersComponent } from './tabs/helpers/helpers.component
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path : 'ui/typography',
|
path : 'typography',
|
||||||
component: FuseTypographyComponent
|
component: FuseTypographyComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -17,6 +17,6 @@ import { UIColorsModule } from './colors/colors.module';
|
||||||
UIColorsModule
|
UIColorsModule
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class UIModule
|
export class FuseUIModule
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user