File

feature-libs/organization/administration/components/shared/card/card.testing.module.ts

Metadata

selector cx-org-card
template
<ng-content></ng-content>

Index

Properties
Inputs

Inputs

i18nRoot
Type : any
previous
Type : any

Properties

i18nRoot
Decorators :
@Input()
previous
Decorators :
@Input()
import { Component, Input, NgModule } from '@angular/core';

@Component({
  selector: 'cx-org-card',
  template: '<ng-content></ng-content>',
})
class MockCardComponent {
  @Input() i18nRoot;
  @Input() previous;
}

@NgModule({
  declarations: [MockCardComponent],
  exports: [MockCardComponent],
})
export class CardTestingModule {}
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""