Skip to content

Commit 0b86274

Browse files
authored
Add videos to relavant blog posts (GoogleChrome#3789)
1 parent 728d950 commit 0b86274

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

  • site/en/blog

site/en/blog/devtools-better-angular-debugging/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ tags:
1515
- devtools-engineering
1616
---
1717

18+
{% YouTube id='5gBqTXctxO8' %}
19+
1820
## An improved debugging experience
1921

2022
Over the past few months the Chrome DevTools team collaborated with the Angular team to launch improvements to the debugging experience in Chrome DevTools. People from both teams worked together and took steps towards [enabling developers to debug and profile web applications from the **authoring perspective**](/blog/devtools-modern-web-debugging): in terms of their source language and project structure, with access to information that is familiar and relevant to them.

site/en/blog/devtools-modern-web-debugging/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ tags:
1515
- devtools-engineering
1616
---
1717

18+
{% YouTube id='5gBqTXctxO8' %}
19+
1820
## Introduction
1921

2022
Today, authors can use many abstractions to build their Web applications. Instead of directly interfacing with the lower-level APIs that the Web Platform provides, many authors leverage frameworks, build tools and compilers to write their applications from a higher-level perspective.

0 commit comments

Comments
 (0)