
12 changed files with 58 additions and 22 deletions
@ -0,0 +1,6 @@
|
||||
:host { |
||||
text-align: center; |
||||
a .fa { |
||||
margin-right: 1ch; |
||||
} |
||||
} |
@ -1,12 +1,11 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
import { Component } from '@angular/core'; |
||||
import { environment } from '../../../../environments/environment'; |
||||
|
||||
@Component({ |
||||
selector: 'app-home', |
||||
templateUrl: './home.component.html', |
||||
styleUrls: ['./home.component.scss'], |
||||
}) |
||||
export class HomeComponent implements OnInit { |
||||
constructor() {} |
||||
|
||||
ngOnInit(): void {} |
||||
export class HomeComponent { |
||||
public env = environment; |
||||
} |
||||
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in new issue