This commit is contained in:
parent
0ae993fb9d
commit
b4b24dda3e
@ -1,14 +1,21 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
// двач лучший двач
|
||||
import { ApiChatService } from '../api-chat.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-about',
|
||||
template: `<iframe src="http://www.youtube.com/embed/dQw4w9WgXcQ"
|
||||
width="560" height="315" frameborder="0" allowfullscreen></iframe>`
|
||||
template: `<p>почему мы тут юзаем такой темплейт а не html?<p>
|
||||
<iframe src="http://www.youtube.com/embed/dQw4w9WgXcQ" width="560" height="315" frameborder="0" allowfullscreen></iframe>`
|
||||
})
|
||||
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