вроде в одном вопросе на stackoverflow написали, что можно, а как попытался, так ошибка выскочила
'AppComponent' incorrectly implements interface 'OnInit'.
Property 'ngOnInit' is missing in type 'AppComponent' but required in type 'OnInit'.
9 export class AppComponent implements OnInit{
~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:4746:5
4746 ngOnInit(): void;
реализуйте метод ngOnInit
Обсуждают сегодня