initial commit

This commit is contained in:
Merve Özçifçi
2021-12-06 10:26:58 +03:00
commit cf85fcad02
26 changed files with 10315 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
AppRoutingModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }