workflow-automation/src/app/app.component.ts
2025-07-20 22:53:40 +05:30

12 lines
277 B
TypeScript

import { Component } from '@angular/core';
import { RouterOutlet } from '@angular/router';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'iot-industrial-dashboard';
}