Commits

lotte authored d962e40c58d
added TypeDoc
No tags

src/app/+item-page/simple/field-components/specific-field/generic/generic-item-page-field.component.ts

Modified
3 3 import { Item } from '../../../../../core/shared/item.model';
4 4 import { ItemPageFieldComponent } from '../item-page-field.component';
5 5
6 6 @Component({
7 7 selector: 'ds-generic-item-page-field',
8 8 templateUrl: '../item-page-field.component.html'
9 9 })
10 10 /**
11 11 * This component can be used to represent metadata on a simple item page.
12 12 * It is the most generic way of displaying metadata values
13 - * It expects 4 parameters: The item, a seperator, the metadata keys and an i18n key
13 + * It expects 4 parameters: The item, a separator, the metadata keys and an i18n key
14 14 */
15 15 export class GenericItemPageFieldComponent extends ItemPageFieldComponent {
16 16
17 17 /**
18 18 * The item to display metadata for
19 19 */
20 20 @Input() item: Item;
21 21
22 22 /**
23 23 * Separator string between multiple values of the metadata fields defined

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut