@if (themeSwitcherService.selectedTheme().name.includes('allianz-one')) { Allianz One is experimental!
Allianz one is in early development and not ready for production. This is a sneak peek, but if not otherwise instructed please do not use it. We will provide more information once it is ready.
}

{{(componentService.current | async)?.title}}

@if ((componentService.current | async)?.expert === true && (componentService.current | async)?.b2c === false) { expert component }
@for (tab of activeTabs; track tab) { {{tab.label}} }