Skip to content

Commit 589f8d9

Browse files
author
Jonathan Garvey
committed
Remove all features except projects
1 parent 53964e3 commit 589f8d9

File tree

52 files changed

+165
-910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+165
-910
lines changed

apps/dashboard/src/app/app-routing.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import { RouterModule, Routes } from '@angular/router';
33
import { LoginComponent } from '@workshop/ui-login';
44

55
const routes: Routes = [
6-
{path: '', loadChildren: './home/home.module#HomeModule' },
7-
{path: 'customers', loadChildren: './customers/customers.module#CustomersModule'},
6+
{path: '', redirectTo: 'projects', pathMatch: 'full'},
87
{path: 'projects', loadChildren: './projects/projects.module#ProjectsModule'},
98
{path: 'login', component: LoginComponent},
109
{path: '**', redirectTo: '', pathMatch: 'full'}

apps/dashboard/src/app/app.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export class AppComponent implements OnInit {
1717
isLoggedIn$: Observable<boolean> = this.authService.isAuthenticated$;
1818

1919
links = [
20-
{ path: '/home', icon: 'home', label: 'Home' },
21-
{ path: '/customers', icon: 'face', label: 'Customers' },
2220
{ path: '/projects', icon: 'work', label: 'Projects' }
2321
];
2422

apps/dashboard/src/app/customers/customer-details/customer-details.component.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

apps/dashboard/src/app/customers/customer-details/customer-details.component.scss

Whitespace-only changes.

apps/dashboard/src/app/customers/customer-details/customer-details.component.spec.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/dashboard/src/app/customers/customer-details/customer-details.component.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

apps/dashboard/src/app/customers/customer/customer-contact/customer-contact.component.html

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/dashboard/src/app/customers/customer/customer-contact/customer-contact.component.scss

Whitespace-only changes.

apps/dashboard/src/app/customers/customer/customer-contact/customer-contact.component.spec.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/dashboard/src/app/customers/customer/customer-contact/customer-contact.component.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)