File

projects/storefrontlib/cms-components/misc/site-context-selector/language-currency.component.ts

Metadata

changeDetection ChangeDetectionStrategy.OnPush
selector cx-language-currency-selector
template
<cx-site-context-selector context="language"></cx-site-context-selector>
<cx-site-context-selector context="currency"></cx-site-context-selector>
import { ChangeDetectionStrategy, Component } from '@angular/core';

@Component({
  selector: 'cx-language-currency-selector',
  template: `
    <cx-site-context-selector context="language"></cx-site-context-selector>
    <cx-site-context-selector context="currency"></cx-site-context-selector>
  `,
  changeDetection: ChangeDetectionStrategy.OnPush,
})
export class LanguageCurrencyComponent {}
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""