Initial Implementation of Project Cards

This commit is contained in:
2023-12-28 21:28:36 -03:00
parent f6c0cb1ca1
commit 12e8aadf7b
18 changed files with 376 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ import { ServiceWorkerModule } from '@angular/service-worker';
import { environment } from '../environments/environment';
import { FooterComponent } from './footer/footer.component';
import {HomeModule} from "./home/home.module";
import {ProjectsModule} from "./projects/projects.module";
@NgModule({
declarations: [AppComponent, FooterComponent],
@@ -18,6 +19,7 @@ import {HomeModule} from "./home/home.module";
BrowserModule,
HeaderModule,
HomeModule,
ProjectsModule,
AppRouterModule,
AppServiceWorkerModule,
SharedModule,