DS-4107 Improve variable naming

This commit is contained in:
Chris Wilper
2019-02-20 16:36:09 -05:00
parent e499f792e8
commit c2c59cd85a
9 changed files with 19 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ import { MetadataValue } from '../../../core/shared/metadata.interfaces';
})
export class MetadataValuesComponent {
@Input() values: MetadataValue[];
@Input() mdValues: MetadataValue[];
@Input() separator: string;