import { Component } from '@angular/core'; @Component({ selector: 'xds-dwnl-agent', template: ` `, styles: [` .fa-size-x2 { font-size: 20px; } `] }) export class DwnlAgentComponent { public url_OS_Linux = 'https://en.opensuse.org/LinuxAutomotive#Installation_AGL_XDS'; public url_OS_Other = 'https://github.com/iotbzh/xds-agent#how-to-install-on-other-platform'; }