Merge branch 'master' of http://git.vdk2ch.ru:3000/RakVhalate/Angular_App into master
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not 2022-10-21 00:57:45 +10:00
commit a63fe1fc6a
3 changed files with 4 additions and 5 deletions

View File

@ -3,9 +3,8 @@
"", "",
"\\src", "\\src",
"\\src\\app", "\\src\\app",
"\\src\\app\\boards", "\\src\\app\\about"
"\\src\\app\\boards\\send-post"
], ],
"SelectedNode": "\\src\\app\\boards\\boards.component.html", "SelectedNode": "\\src\\app\\about\\about.component.ts",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }

Binary file not shown.

View File

@ -4,8 +4,8 @@ import { ApiChatService } from '../api-chat.service';
@Component({ @Component({
selector: 'app-about', selector: 'app-about',
template: `<p>почему мы тут юзаем такой темплейт а не html?<p> template: `<iframe src="https://www.youtube.com/watch?v=xcNFyPciZ0g&list=RDxcNFyPciZ0g&start_radio=1"
<iframe src="http://www.youtube.com/embed/dQw4w9WgXcQ" 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 {
// это комментарий // это комментарий