Browse Source

Remove obsolete standalone attribute

pull/7447/head
Thomas Kaul 1 month ago
parent
commit
07ff68808d
  1. 1
      apps/client/src/app/pages/i18n/i18n-page.component.ts

1
apps/client/src/app/pages/i18n/i18n-page.component.ts

@ -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'
}) })

Loading…
Cancel
Save