This commit is contained in:
21
src/app/pages/about/about.component.ts
Normal file
21
src/app/pages/about/about.component.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
// двач лучший двач
|
||||
import { ApiChatService } from '../../services/api-chat.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-about',
|
||||
templateUrl: `about.component.html`,
|
||||
styleUrls: [`./about.component.css`]
|
||||
})
|
||||
export class AboutComponent implements OnInit {
|
||||
// это комментарий
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
|
||||
console.log('ya tochno ne ta stroka chto budet v drugom commite!');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// продам гараж
|
||||
Reference in New Issue
Block a user