You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/shared/components/node-config/services-settings/no-service-found/no-service-found.component.ts

12 lines
209 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'rtl-no-service-found',
templateUrl: './no-service-found.component.html'
})
export class NoServiceFoundComponent {
constructor() {}
}