Use dedicated component to display the version.
This commit is contained in:
parent
3edcbf0918
commit
2c50fa0713
9 changed files with 66 additions and 7 deletions
|
@ -3,7 +3,6 @@ import {ConverterRegistryService} from './converterregistry.service';
|
|||
import {InputComponentManagerService} from './inputcomponentmanager.service';
|
||||
import {Step} from './step';
|
||||
import {Converter} from './converter/converter';
|
||||
import {environment} from '../environments/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
|
@ -11,7 +10,6 @@ import {environment} from '../environments/environment';
|
|||
styleUrls: ['./app.component.scss']
|
||||
})
|
||||
export class AppComponent implements OnInit {
|
||||
public readonly VERSION: string = environment.appVersion;
|
||||
public steps: Step[] = [];
|
||||
public converters: Converter[] = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue