Skip to content

Commit 442a312

Browse files
author
Andrea Barbasso
committed
[DSC-2256] remove missing explicit standalone, fix orejime
1 parent d2428d8 commit 442a312

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/app/shared/cookies/browser-orejime.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class BrowserOrejimeService extends OrejimeService {
155155
if (hasValue(environment.info.metricsConsents)) {
156156
environment.info.metricsConsents.forEach((metric) => {
157157
if (metric.enabled) {
158-
this.orejimeConfig.services.push(
158+
this.orejimeConfig.apps.push(
159159
{
160160
name: metric.key,
161161
purposes: ['thirdPartyJs'],
@@ -168,7 +168,7 @@ export class BrowserOrejimeService extends OrejimeService {
168168

169169
if (environment.datadogRum?.clientToken && environment.datadogRum?.applicationId &&
170170
environment.datadogRum?.service && environment.datadogRum?.env) {
171-
this.orejimeConfig.services.push(
171+
this.orejimeConfig.apps.push(
172172
{
173173
name: 'datadog',
174174
purposes: ['thirdPartyJs'],

src/app/shared/metadata-link-view/sticky-popover.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import { Subscription } from 'rxjs';
3030
*/
3131
@Directive({
3232
selector: '[dsStickyPopover]',
33-
standalone:true,
3433
})
3534
export class StickyPopoverDirective extends NgbPopover implements OnInit, OnDestroy {
3635
/** Template for the sticky popover content */

src/app/shared/search/item-export/item-export-alert/item-export-alert.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('ItemExportAlertComponent', () => {
5252

5353
});
5454

55-
@Component({ selector: 'ds-item-export-alert', template: '', standalone: true })
55+
@Component({ selector: 'ds-item-export-alert', template: '' })
5656
export class ItemExportAlertStubComponent {
5757
@Input() molteplicity: ItemExportFormatMolteplicity;
5858
@Input() item: Item;

0 commit comments

Comments
 (0)