Compare commits
No commits in common. "a63fe1fc6a13efe51e5dbcb1294804939c5abf31" and "8007273e3199e9805da596081c2d6b55e77a19fb" have entirely different histories.
a63fe1fc6a
...
8007273e31
@ -1,5 +1,4 @@
|
|||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
// двач лучший двач
|
|
||||||
import { ApiChatService } from '../api-chat.service';
|
import { ApiChatService } from '../api-chat.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
@ -8,14 +7,8 @@ import { ApiChatService } from '../api-chat.service';
|
|||||||
width="560" height="315" frameborder="0" allowfullscreen></iframe>`
|
width="560" height="315" frameborder="0" allowfullscreen></iframe>`
|
||||||
})
|
})
|
||||||
export class AboutComponent implements OnInit {
|
export class AboutComponent implements OnInit {
|
||||||
// это комментарий
|
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
|
|
||||||
|
|
||||||
console.log('ya tochno ne ta stroka chto budet v drugom commite!');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// продам гараж
|
|
||||||
|
Reference in New Issue
Block a user