first commit
This commit is contained in:
commit
62506c830a
1207 changed files with 40706 additions and 0 deletions
17
src/app/about/about.component.ts
Normal file
17
src/app/about/about.component.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
import { ConfigService } from '../config.service'
|
||||
|
||||
@Component({
|
||||
selector: 'app-about',
|
||||
templateUrl: './about.component.html',
|
||||
styleUrls: ['./about.component.scss']
|
||||
})
|
||||
export class AboutComponent implements OnInit {
|
||||
constructor(
|
||||
public configService: ConfigService,
|
||||
) { }
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue