/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; import { NgdStylesService } from '../../../@theme/services'; @Component({ selector: 'ngd-styles-table-block', template: `
| Name | Theme Variable | Default Value | Description |
| {{ item.name }} | {{ item.parent || '' }} | {{ item.value || 'unknown' }} |
{{ item.shortDescription}} {{ item.description }} |