Skip to content

Commit

Permalink
feat(booking): remove old unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Sep 6, 2024
1 parent f232c56 commit 1518c1d
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 1,301 deletions.
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { BranchGuardService } from "./branch/branch-guard.service";
import { StorageService } from "./storage/storage.service";
import { CustomerModule } from "./customer/customer.module";
import { MessengerModule } from "./messenger/messenger.module";
import { BookingModule } from "./booking/booking.module";
import { ScannerModule } from "./scanner/scanner.module";
import { addIconsToLibrary } from "./font-awesome-icons";
import { BlCommonModule } from "./bl-common/bl-common.module";
Expand Down Expand Up @@ -82,7 +81,6 @@ import { AuthGatewayComponent } from "./auth-gateway/auth-gateway.component";
NgbDropdownModule,
InvoiceModule,
MessengerModule,
BookingModule,
ScannerModule,
ToasterModule,
OrderManagerModule,
Expand Down
1 change: 0 additions & 1 deletion src/app/bl-common/bl-nav/bl-nav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
class="nav-link"
[ngClass]="{ active: activeTab === 'view' }"
[routerLink]="navItem"
i18n="'@@booking' + navItem"
>{{ navItem | titlecase }}</a
>
</li>
Expand Down
81 changes: 0 additions & 81 deletions src/app/booking/booking-create/booking-create.component.html

This file was deleted.

Empty file.
24 changes: 0 additions & 24 deletions src/app/booking/booking-create/booking-create.component.spec.ts

This file was deleted.

107 changes: 0 additions & 107 deletions src/app/booking/booking-create/booking-create.component.ts

This file was deleted.

14 changes: 0 additions & 14 deletions src/app/booking/booking-create/booking-create.service.spec.ts

This file was deleted.

72 changes: 0 additions & 72 deletions src/app/booking/booking-create/booking-create.service.ts

This file was deleted.

53 changes: 0 additions & 53 deletions src/app/booking/booking-display/booking-display.component.html

This file was deleted.

Empty file.
Loading

0 comments on commit 1518c1d

Please sign in to comment.