|
|
@ -4,7 +4,6 @@ import { ChangeDetectionStrategy, Component } from '@angular/core'; |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
host: { class: 'page' }, |
|
|
host: { class: 'page' }, |
|
|
selector: 'gf-i18n-page', |
|
|
selector: 'gf-i18n-page', |
|
|
standalone: true, |
|
|
|
|
|
styleUrls: ['./i18n-page.scss'], |
|
|
styleUrls: ['./i18n-page.scss'], |
|
|
templateUrl: './i18n-page.html' |
|
|
templateUrl: './i18n-page.html' |
|
|
}) |
|
|
}) |
|
|
|