converter/src/app/version/version.component.html

2 lines
57 B
HTML

<div [ngClass]="{dev: !PROD}">Version: {{VERSION}}</div>