Newer
Older
import {ChangeDetectionStrategy, Component} from '@angular/core';
import {OAuthService} from 'angular-oauth2-oidc';
@Component({
selector: 'dlcm-home',
templateUrl: './home.component.html',
styleUrls: ['./home.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,