Added style file for the home component.

pull/8483/head
Halil İbrahim Kalkan 5 years ago
parent 262d23e679
commit 7be01cefdd

@ -0,0 +1 @@
/* Styles for the home component */

@ -5,6 +5,7 @@ import { OAuthService } from 'angular-oauth2-oidc';
@Component({
selector: 'app-home',
templateUrl: './home.component.html',
styleUrls: ['./home.component.css'],
})
export class HomeComponent {
get hasLoggedIn(): boolean {

Loading…
Cancel
Save