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

10
src/app/app.component.ts Normal file
View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'sakai';
}