initial commit
This commit is contained in:
parent
1790106c30
commit
03b0dd8422
33 changed files with 1006 additions and 513 deletions
9
src/app/home/home.component.ts
Normal file
9
src/app/home/home.component.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
templateUrl: './home.component.html',
|
||||
styleUrls: ['./home.component.css']
|
||||
})
|
||||
|
||||
export class HomeComponent { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue