optimising and making it better
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { Component, ChangeDetectionStrategy } from '@angular/core';
|
||||
import { environment } from '../../../environments/environment';
|
||||
|
||||
@Component({
|
||||
@@ -10,7 +10,8 @@ import { environment } from '../../../environments/environment';
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
`]
|
||||
`],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class LogoComponent {
|
||||
brandName = environment.brandName;
|
||||
|
||||
Reference in New Issue
Block a user