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 { RouterLink } from '@angular/router';
|
||||
import { environment } from '../../../../environments/environment';
|
||||
|
||||
@@ -6,7 +6,8 @@ import { environment } from '../../../../environments/environment';
|
||||
selector: 'app-payment-terms',
|
||||
imports: [RouterLink],
|
||||
templateUrl: './payment-terms.component.html',
|
||||
styleUrls: ['./payment-terms.component.scss']
|
||||
styleUrls: ['./payment-terms.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class PaymentTermsComponent {
|
||||
brandName = environment.brandName;
|
||||
|
||||
Reference in New Issue
Block a user