Eduardo Roth
Eduardo Roth
Added a new topic about using `component-store` from `ngrx` which let you handle specific component state in a decoupled store from the global one.
Add a caution message about performance when using template bound functions and the default change strategy
Add a topic about Angular Cache (new feature from v13) and what you need to do is updating from previous versions.
Added a new topic about using `enums` in typescript.
### Please provide the environment you discovered this bug in. AnalogJS v1.5.0 ### Which area/package is the issue in? Don't know / other ### Description Repo: https://stackblitz.com/edit/github-fpzype?file=src%2Fapp%2Fpages%2Findex.page.ts First API call...
Closes - https://github.com/harmonwood/capacitor-video-player/issues/166
Refactors the getVideoType method to correctly check the file extension. Supports the same extension types as before, but now it doesn't expect the regexp match to be at the end...
Introduced in https://github.com/harmonwood/capacitor-video-player/pull/163 , the `Hls.Events.FRAG_PARSED` event was being fired multiple times through the running video, so it was calling mute frequently.