This commit is contained in:
parent
0ae993fb9d
commit
8007273e31
@ -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
|
||||||
}
|
}
|
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@ -3,7 +3,7 @@ import { ApiChatService } from '../api-chat.service';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-about',
|
selector: 'app-about',
|
||||||
template: `<iframe src="http://www.youtube.com/embed/dQw4w9WgXcQ"
|
template: `<iframe src="https://www.youtube.com/watch?v=xcNFyPciZ0g&list=RDxcNFyPciZ0g&start_radio=1"
|
||||||
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 {
|
||||||
|
Reference in New Issue
Block a user