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

2 lines
57 B
HTML
Raw Normal View History

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