Skip to content

Commit

Permalink
refactor(youtube-player): simplify component internals (angular#27951)
Browse files Browse the repository at this point in the history
The `youtube-player` component was set up to use long rxjs chains everywhere which made it difficult to reason about and unnecessarily complex. This complexity would've prevented us from adding new features to it.

These changes reduce the component by ~30% while preserving its behavior and making it easier to reason about.
  • Loading branch information
crisbeto authored Oct 17, 2023
1 parent 210dbd1 commit 3cbf125
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 414 deletions.
Loading

0 comments on commit 3cbf125

Please sign in to comment.