feat: Initialize BizMatch application with core UI components, routing, listing pages, backend services, migration scripts, and vulnerability management.

This commit is contained in:
Timo
2026-01-03 23:05:38 +01:00
parent e32e43d17f
commit e3e726d8ca
42 changed files with 1478 additions and 1579 deletions

View File

@@ -24,7 +24,7 @@ import { map2User } from '../../utils/utils';
@Component({
selector: 'app-home',
standalone: true,
imports: [CommonModule, FormsModule, RouterModule, NgSelectModule, TooltipComponent, FaqComponent],
imports: [CommonModule, FormsModule, RouterModule, NgSelectModule, FaqComponent],
templateUrl: './home.component.html',
styleUrl: './home.component.scss',
})
@@ -117,7 +117,7 @@ export class HomeComponent {
private authService: AuthService,
private filterStateService: FilterStateService,
private seoService: SeoService,
) {}
) { }
async ngOnInit() {
// Flowbite is now initialized once in AppComponent