diff --git a/src/@fuse/components/theme-options/theme-options.component.html b/src/@fuse/components/theme-options/theme-options.component.html index cb36549e..71b95e66 100644 --- a/src/@fuse/components/theme-options/theme-options.component.html +++ b/src/@fuse/components/theme-options/theme-options.component.html @@ -14,7 +14,7 @@

Navigation:

+ fxLayout="column" fxLayout.gt-xs="row wrap" fxLayoutAlign="start start"> Top Left Right @@ -29,7 +29,7 @@

Toolbar:

+ fxLayout="column" fxLayout.gt-xs="row wrap" fxLayoutAlign="start start"> Below Above None @@ -37,7 +37,7 @@

Footer:

+ fxLayout="column" fxLayout.gt-xs="row wrap" fxLayoutAlign="start start"> Below Above None @@ -45,7 +45,7 @@

Layout Mode:

+ fxLayout="column" fxLayout.gt-xs="row wrap" fxLayoutAlign="start start"> Boxed Fullwidth diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 92291436..3f215833 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -9,7 +9,6 @@ import 'hammerjs'; import { FuseModule } from '@fuse/fuse.module'; import { FuseSharedModule } from '@fuse/shared.module'; -// import { SharedModule } from 'app/shared/shared.module'; import { fuseConfig } from './fuse-config'; import { AppComponent } from './app.component'; @@ -17,7 +16,6 @@ import { FuseFakeDbService } from './fuse-fake-db/fuse-fake-db.service'; import { FuseMainModule } from './main/main.module'; import { TranslateModule } from '@ngx-translate/core'; import { AppStoreModule } from './store/store.module'; -import { MaterialModule } from '@fuse/modules/material.module'; const appRoutes: Routes = [ { @@ -65,9 +63,6 @@ const appRoutes: Routes = [ passThruUnknownUrl: true }), - // SharedModule, - // MaterialModule, - // Fuse Main and Shared modules FuseModule.forRoot(fuseConfig), FuseSharedModule, diff --git a/src/app/main/content/apps/academy/courses/courses.component.html b/src/app/main/content/apps/academy/courses/courses.component.html index 870d3764..0231aa27 100644 --- a/src/app/main/content/apps/academy/courses/courses.component.html +++ b/src/app/main/content/apps/academy/courses/courses.component.html @@ -46,7 +46,7 @@ -
+
diff --git a/src/app/main/content/apps/dashboards/analytics/analytics.component.html b/src/app/main/content/apps/dashboards/analytics/analytics.component.html index 9c8f35f2..b430bcca 100644 --- a/src/app/main/content/apps/dashboards/analytics/analytics.component.html +++ b/src/app/main/content/apps/dashboards/analytics/analytics.component.html @@ -55,7 +55,7 @@
-
+
Conversion
@@ -100,7 +100,7 @@
-
+
Impressions
@@ -145,7 +145,7 @@
-
+
Visits
@@ -262,8 +262,7 @@
-
+
diff --git a/src/app/main/content/apps/dashboards/project/project.component.html b/src/app/main/content/apps/dashboards/project/project.component.html index a93f76fb..6f870a85 100644 --- a/src/app/main/content/apps/dashboards/project/project.component.html +++ b/src/app/main/content/apps/dashboards/project/project.component.html @@ -44,7 +44,7 @@ -
@@ -259,8 +259,8 @@
-
+
{{widgets.widget5.title}}
@@ -274,7 +274,7 @@
-
+
-
+
-
+
+
@@ -442,7 +441,7 @@ -
@@ -496,7 +495,8 @@
-
{{widgets.widget9.weeklySpent.title}}
@@ -523,7 +523,8 @@
-
{{widgets.widget9.totalSpent.title}}
@@ -550,7 +551,8 @@
-
{{widgets.widget9.remaining.title}}
@@ -641,7 +643,7 @@ -
diff --git a/src/app/main/content/apps/e-commerce/dashboard/dashboard.component.html b/src/app/main/content/apps/e-commerce/dashboard/dashboard.component.html index 4853088e..49164a6b 100644 --- a/src/app/main/content/apps/e-commerce/dashboard/dashboard.component.html +++ b/src/app/main/content/apps/e-commerce/dashboard/dashboard.component.html @@ -4,7 +4,7 @@
-
+
@@ -191,7 +191,7 @@
-
+
{{widgets.widget5.title}}
@@ -259,7 +259,7 @@
-
+
{{widgets.widget6.footerLeft.count[widget6.currentRange]}} {{widgets.widget6.footerLeft.title}} diff --git a/src/app/main/content/apps/e-commerce/product/product.component.html b/src/app/main/content/apps/e-commerce/product/product.component.html index 8272e994..b9280c94 100644 --- a/src/app/main/content/apps/e-commerce/product/product.component.html +++ b/src/app/main/content/apps/e-commerce/product/product.component.html @@ -125,7 +125,7 @@
-
+
diff --git a/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html b/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html index 765aca1c..e87f3c9e 100644 --- a/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html +++ b/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html @@ -14,7 +14,7 @@
{{mail.subject}}
-
+
@@ -121,7 +121,7 @@ ({{mail.attachments.length}})
-
+
diff --git a/src/app/main/content/apps/mail-ngrx/mail-list/mail-list-item/mail-list-item.component.html b/src/app/main/content/apps/mail-ngrx/mail-list/mail-list-item/mail-list-item.component.html index 80841ec0..f9224cbc 100644 --- a/src/app/main/content/apps/mail-ngrx/mail-list/mail-list-item/mail-list-item.component.html +++ b/src/app/main/content/apps/mail-ngrx/mail-list/mail-list-item/mail-list-item.component.html @@ -33,7 +33,7 @@ {{mail.message | htmlToPlaintext | slice:0:180}}{{mail.message.length > 180 ? '...' : ''}}
-
+
{{mail.subject}}
-
+
@@ -122,7 +122,7 @@ ({{mail.attachments.length}})
-
+
diff --git a/src/app/main/content/apps/mail/mail-list/mail-list-item/mail-list-item.component.html b/src/app/main/content/apps/mail/mail-list/mail-list-item/mail-list-item.component.html index 5d8e3c14..6d4d2872 100644 --- a/src/app/main/content/apps/mail/mail-list/mail-list-item/mail-list-item.component.html +++ b/src/app/main/content/apps/mail/mail-list/mail-list-item/mail-list-item.component.html @@ -34,7 +34,7 @@ {{mail.message | htmlToPlaintext | slice:0:180}}{{mail.message.length > 180 ? '...' : ''}}
-
+
-
+
diff --git a/src/app/main/content/apps/scrumboard/board/list/card/card.component.html b/src/app/main/content/apps/scrumboard/board/list/card/card.component.html index b743a474..aca1da48 100644 --- a/src/app/main/content/apps/scrumboard/board/list/card/card.component.html +++ b/src/app/main/content/apps/scrumboard/board/list/card/card.component.html @@ -15,9 +15,7 @@ -
+
-
+
-
+
diff --git a/src/app/main/content/apps/todo/todo-list/todo-list-item/todo-list-item.component.html b/src/app/main/content/apps/todo/todo-list/todo-list-item/todo-list-item.component.html index 5bc16197..7af49a8f 100644 --- a/src/app/main/content/apps/todo/todo-list/todo-list-item/todo-list-item.component.html +++ b/src/app/main/content/apps/todo/todo-list/todo-list-item/todo-list-item.component.html @@ -20,7 +20,7 @@ {{todo.notes}}
-
+
diff --git a/src/app/main/content/pages/knowledge-base/knowledge-base.component.html b/src/app/main/content/pages/knowledge-base/knowledge-base.component.html index ade919a6..438e0a82 100644 --- a/src/app/main/content/pages/knowledge-base/knowledge-base.component.html +++ b/src/app/main/content/pages/knowledge-base/knowledge-base.component.html @@ -14,7 +14,7 @@
-
+
diff --git a/src/app/main/content/pages/pricing/style-1/style-1.component.html b/src/app/main/content/pages/pricing/style-1/style-1.component.html index b63d68e0..d006775d 100644 --- a/src/app/main/content/pages/pricing/style-1/style-1.component.html +++ b/src/app/main/content/pages/pricing/style-1/style-1.component.html @@ -20,7 +20,7 @@
-
+
@@ -131,7 +131,7 @@
-
+
Frequently Asked Questions
diff --git a/src/app/main/content/pages/pricing/style-2/style-2.component.html b/src/app/main/content/pages/pricing/style-2/style-2.component.html index b79554e8..d79f0b5e 100644 --- a/src/app/main/content/pages/pricing/style-2/style-2.component.html +++ b/src/app/main/content/pages/pricing/style-2/style-2.component.html @@ -20,7 +20,7 @@
-
+
@@ -117,7 +117,7 @@
-
+
Frequently Asked Questions
diff --git a/src/app/main/content/pages/pricing/style-3/style-3.component.html b/src/app/main/content/pages/pricing/style-3/style-3.component.html index 25e8cfdc..a4d7759a 100644 --- a/src/app/main/content/pages/pricing/style-3/style-3.component.html +++ b/src/app/main/content/pages/pricing/style-3/style-3.component.html @@ -20,7 +20,7 @@
-
+
@@ -112,7 +112,7 @@
-
+
Frequently Asked Questions
diff --git a/src/app/main/content/pages/profile/tabs/about/about.component.html b/src/app/main/content/pages/profile/tabs/about/about.component.html index cba86b6c..0ac9c5d2 100644 --- a/src/app/main/content/pages/profile/tabs/about/about.component.html +++ b/src/app/main/content/pages/profile/tabs/about/about.component.html @@ -1,4 +1,4 @@ -
+
@@ -111,7 +111,7 @@
-
+
diff --git a/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html b/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html index ea84dbef..6fa12431 100644 --- a/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html +++ b/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html @@ -6,7 +6,7 @@ {{period.info}}
-
+
{{media.title}}
diff --git a/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html b/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html index 1074f914..d863c706 100644 --- a/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html +++ b/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html @@ -1,4 +1,4 @@ -
+
@@ -141,7 +141,7 @@
See All
-
+
diff --git a/src/app/main/content/ui/forms/forms.component.html b/src/app/main/content/ui/forms/forms.component.html index 779ded79..1cdde49d 100644 --- a/src/app/main/content/ui/forms/forms.component.html +++ b/src/app/main/content/ui/forms/forms.component.html @@ -62,7 +62,7 @@
-
+