anisabboud

Results 9 issues of anisabboud

### Description Tabs [**ink-bar**](https://github.com/angular/components/blob/main/src/material/tabs/ink-bar.ts) moves to the wrong location in **RTL**, when toggling a drawer. Watch the following GIF video, showing the entire code and behavior. 1. First it shows...

needs triage

### AppCheck problem AppCheck works fine and enforced. However, after leaving the webapp idle for a while (e.g., if I leave the tab open and go to sleep and put...

v9
api: appcheck

### Version info - **Angular:** 13.0.3 - **Firebase:** 9.6.0 (released [last week](https://firebase.google.com/support/release-notes/js)) - **AngularFire:** 7.2.0 (with rxfire 6.0.3) - **FirebaseUI:** 6.0.0 (with firebaseui-angular 6.1.0) ### How to reproduce these conditions...

### Describe the bug rxjs.dev documentation is outdated. \ For example, https://github.com/ReactiveX/rxjs/pull/6548 updated the importing guide last month (to import from `rxjs` instead of `rxjs/operators`), but the live page still...

Chrome console warning: ```PixiJS Deprecation Warning: Loader.registerPlugin() is deprecated, use extensions.add() instead. Deprecated since v6.5.0``` ![image](https://user-images.githubusercontent.com/5672108/184542873-51d2236b-e5b4-44d4-83b8-e810e7c071f5.png) pixi [sound/src/index.ts](https://github.com/pixijs/sound/blob/main/src/index.ts#L13) calls `Loader.registerPlugin(SoundLoader);` ![image](https://user-images.githubusercontent.com/5672108/184543023-5cf0429a-955d-4d65-8a23-56c309588e54.png)

Hi, I ran into this exact issue: https://github.com/FirebaseExtended/action-hosting-deploy/issues/55. Which was already fixed https://github.com/FirebaseExtended/action-hosting-deploy/commit/e2fe962f2f8103450d338d90e4837bd376527d40 in Dec 2020. However, the [latest release](https://github.com/FirebaseExtended/action-hosting-deploy/releases) is from Aug 2020. Can you please release an updated...

bug

Hello and thank you for this nice library. I noticed that setting `maxWidth/maxHeight` and `aspectRatio` together doesn't work. \ The image is cropped to the requested aspect ratio, but not...

### Documentation Feedback The project README ["What we're working on now (Q4 2021)"](https://github.com/angular/components#what-were-working-on-now-q4-2021) section hasn't been updated in the past year. I think it's important to keep the main [README](https://github.com/angular/components)...

docs
needs triage

### Version info **Angular:** 18.0.0 **AngularFire:** 18.0.0 **Firebase:** 10.12.1 ### How to reproduce these conditions Follow the Angular 18 guide to enable zoneless: 1. Add `provideExperimentalZonelessChangeDetection()` to `providers`. 2. remove...