Ádám Fibinger
2023-07-31 65aed5454c29b42ebe4c7a6744066b48d4dd2b50
1
2
3
4
5
6
7
8
9
10
import { Component } from '@angular/core';
 
@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.scss']
})
export class AppComponent {
  title = 'basic-gcode-shifter';
}