Skip to content

Commit

Permalink
seo
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO committed Dec 22, 2024
1 parent 850fdb0 commit 5e9064b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ selector: 'song-track',
### Native Encapsulation (Shadow DOM)

Bei diesem Encapsulation-Mode nutzen wir den `Native Shadow DOM` für eine bestimmte Komponente.
Je nach Browser ist dies [v1 der Spezifikation](https://developers.google.com/web/fundamentals/getting-started/primers/shadowdom) (Chrome).
Je nach Browser ist dies [v1 der Spezifikation](https://web.dev/articles/shadowdom-v1?hl=en) (Chrome).

```javascript
@Component({
Expand Down

0 comments on commit 5e9064b

Please sign in to comment.