very first commit
This commit is contained in:
16
src/app/pages/info/delivery/delivery.component.ts
Normal file
16
src/app/pages/info/delivery/delivery.component.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { environment } from '../../../../environments/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-delivery',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
templateUrl: './delivery.component.html',
|
||||
styleUrls: ['./delivery.component.scss']
|
||||
})
|
||||
export class DeliveryComponent {
|
||||
brandName = environment.brandName;
|
||||
contactEmail = environment.contactEmail;
|
||||
isnovo = environment.theme === 'novo';
|
||||
}
|
||||
Reference in New Issue
Block a user