Added one button
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-04 02:40:33 +10:00
parent d702e01f16
commit ccef7fb86f
18 changed files with 303 additions and 43 deletions

View File

@@ -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?');
}
}