Compare commits
2 Commits
8007273e31
...
a63fe1fc6a
Author | SHA1 | Date | |
---|---|---|---|
|
a63fe1fc6a | ||
|
b4b24dda3e |
@ -1,4 +1,5 @@
|
|||||||
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({
|
||||||
@ -7,8 +8,14 @@ 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