feat: Initialize BizMatch application with core UI components, routing, listing pages, backend services, migration scripts, and vulnerability management.
This commit is contained in:
@@ -39,16 +39,12 @@ import { TOOLBAR_OPTIONS } from '../../utils/defaults';
|
||||
imports: [
|
||||
SharedModule,
|
||||
QuillModule,
|
||||
NgxCurrencyDirective,
|
||||
NgSelectModule,
|
||||
ImageCropperComponent,
|
||||
ConfirmationComponent,
|
||||
ImageCropAndUploadComponent,
|
||||
MessageComponent,
|
||||
ValidatedInputComponent,
|
||||
ValidatedSelectComponent,
|
||||
ValidatedQuillComponent,
|
||||
ValidatedCityComponent,
|
||||
TooltipComponent,
|
||||
ValidatedCountyComponent,
|
||||
ValidatedLocationComponent,
|
||||
@@ -95,7 +91,7 @@ export class AccountComponent {
|
||||
private datePipe: DatePipe,
|
||||
private router: Router,
|
||||
public authService: AuthService,
|
||||
) {}
|
||||
) { }
|
||||
async ngOnInit() {
|
||||
// Flowbite is now initialized once in AppComponent
|
||||
if (this.id) {
|
||||
@@ -162,7 +158,7 @@ export class AccountComponent {
|
||||
ngOnDestroy() {
|
||||
this.validationMessagesService.clearMessages(); // Löschen Sie alle bestehenden Validierungsnachrichten
|
||||
}
|
||||
printInvoice(invoice: Invoice) {}
|
||||
printInvoice(invoice: Invoice) { }
|
||||
|
||||
async updateProfile(user: User) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user