changes: api integration,

components, styles, fontawesome icons added
This commit is contained in:
2024-04-26 02:32:27 +05:30
parent edd2798581
commit 5c04faad2a
40 changed files with 346 additions and 265 deletions
+4 -2
View File
@@ -6,10 +6,11 @@ import { ContactSidebarComponent } from './contact-sidebar/contact-sidebar.compo
import { NavbarComponent } from './navbar/navbar.component';
import { AboutComponent } from './about/about.component';
import { ResumeComponent } from './resume/resume.component';
import { PortfolioComponent } from './portfolio/portfolio.component';
import { ProjectsComponent } from './projects/projects.component';
import { BlogComponent } from './blog/blog.component';
import { ContactComponent } from './contact/contact.component';
import { AppRoutingModule } from './app-routing.module';
import { HttpClientModule } from '@angular/common/http';
@NgModule({
declarations: [
@@ -18,12 +19,13 @@ import { AppRoutingModule } from './app-routing.module';
NavbarComponent,
AboutComponent,
ResumeComponent,
PortfolioComponent,
ProjectsComponent,
BlogComponent,
ContactComponent
],
imports: [
BrowserModule,
HttpClientModule,
AppRoutingModule
],
schemas: [CUSTOM_ELEMENTS_SCHEMA],