This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
// двач лучший двач
|
||||
import { ApiChatService } from '../../services/api-chat.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-about',
|
||||
@@ -8,12 +6,9 @@ import { ApiChatService } from '../../services/api-chat.service';
|
||||
styleUrls: [`./about.component.css`]
|
||||
})
|
||||
export class AboutComponent implements OnInit {
|
||||
// это комментарий
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
|
||||
console.log('ya tochno ne ta stroka chto budet v drugom commite!');
|
||||
console.log('Yeah, you REALLY expect me to push changes without any console debugging?');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user