Added nextStage function definition at recommandation.component.ts becouse production build failed

This commit is contained in:
Eraldo Hasanaj
2019-02-13 09:05:59 +01:00
parent a4a0119329
commit f75174b039

View File

@@ -24,5 +24,7 @@ export class RecommendationsComponent implements OnInit {
];
constructor() {}
nextStage() {}
ngOnInit() {}
}