https://api.github.com/LucaPascucci/smart-git-commit-message/blob/e607e9acf5c5e4d7faff215f60dc335e820d44f6/src/app/app.component.ts#L11
styleUrls: ['./app.component.css'],
})
export class AppComponent {
// TODO gestione delle stringhe internazionalizzate i18n
steps: Step[] = [];
constructor(private stepService: StepService) {