Aleksander Bodurri

Results 9 issues of Aleksander Bodurri

Goto https://github.com/bahmutov/start-server-and-test/issues/250#issuecomment-1079451745 to see how I resolved this ---- Running Cypress will intermittently fail in CircleCI. I haven't been able to identify a pattern that causes it, my guess is...

Previously there was no existing issue template for users who want to open a feature request or bug report issue for Angular DevTools. This commit addresses this by creating a...

action: merge
comp: docs
target: patch

At some point this went out of sync with the rest of the styling around it. This commit fixes the positioning. before ![76091b52b3ec7191cb203effa11622ce](https://user-images.githubusercontent.com/39253660/190303326-ca649079-ec43-4222-8f65-3db8cd4d2c7d.png) after ![bf0ac68ce30ddd4a345b4f7c2e3484c1 (1)](https://user-images.githubusercontent.com/39253660/190303236-bc100c7c-baf8-4410-9be3-6a283fac73c3.png)

action: merge
comp: devtools

Previously the DevTools demo app and browser app had duplicated styles in their respective styles.scss files. This commit creates a global styles.scss that is imported with sass @use into the...

action: merge
area: devtools

### Description Currently DevTools is unable to display setters or getters in the property view. See the example images below. ### Proposed solution Let's use `Object.getOwnPropertyDescriptors` on the directive `__proto__`...

feature
area: devtools

### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? No ### Description Noticed some odd DI/Router behaviour, I have 2 lazily loaded standalone...

area: router
core: di
router: lazy loading
cross-cutting: standalone

Implements the ability to toggle between frames on a page in Angular DevTools. Design: - When a page renders, DevTools installs a content script onto it through it's manifest file....

area: devtools
detected: feature

When a browser extension is updated it becomes invalidated on currently open pages. If that extension then tries to send a message to those pages through `chrome.runtime.sendMessage(..)` then an error...

target: patch
area: devtools