File

projects/i-components/src/lib/components/expander-content/expander-content.component.ts

Description

Angular Component for the ExpanderContent Control.

Metadata

changeDetection ChangeDetectionStrategy.OnPush
selector wm-expander-content
styleUrls ./expander-content.component.scss
templateUrl ./expander-content.component.html

Constructor

Public constructor(element: ElementRef)

Creates an instance of ExpanderContentComponent.

Parameters :
Name Type Optional
element ElementRef No
import { ChangeDetectionStrategy, Component, ElementRef } from '@angular/core';

/**
 * Angular Component for the ExpanderContent Control.
 *
 * @export
 * @class ExpanderContentComponent
 */
@Component({
  selector: 'wm-expander-content',
  templateUrl: './expander-content.component.html',
  styleUrls: ['./expander-content.component.scss'],
  changeDetection: ChangeDetectionStrategy.OnPush,
})
export class ExpanderContentComponent {
  /**
   * Creates an instance of ExpanderContentComponent.
   *
   * @param {ElementRef} element
   * @memberof ExpanderContentComponent
   */
  /* istanbul ignore next */
  public constructor(private element: ElementRef) {}
}
<ng-content></ng-content>

./expander-content.component.scss

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""