Cherry picked commit from oidc and run fix lint

This commit is contained in:
VitoAlbano
2024-11-04 14:47:02 +00:00
committed by Vito Albano
parent e162ebbfef
commit 4d1108e77e
36 changed files with 150 additions and 111 deletions

View File

@@ -22,7 +22,7 @@ import { Component, TemplateRef, ViewChild } from '@angular/core';
selector: 'adf-breadcrumb-item',
template: `
<ng-template #breadcrumbItemTemplate>
<ng-content></ng-content>
<ng-content />
</ng-template>
`
})