Results 7 issues of Serginho

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `architect` and `architect_test` ### Is this a regression? Not sure ### Description Installing package `"@angular-devkit/build-angular": "~12.2.13",`...

We have an element with `overflow: scroll` inside a region with `preventDefault=false` and we listen for a `swipe` event, this swipe won't be thrown in mobile. Example in Codepen: https://codepen.io/madridserginho/pen/ydweze

This code doesn't work: ``` ws.onClose(function (e) { $scope.anyVariable = anyValue; } ``` I mean, scope variables are changed but not binding to the view. Binding is off I fixed...

= simbol is allowed as a url param value. Example: `new UrlSearchParams('?param1=valuewith=&param2=bar');` This example breaks un the unexpected value: `{param1: valuewith , param2: bar}` expected: `{param1: valuewith= , param2: bar}`

In `/jenkins/configure` -> Github PR builder section. My account passed all tests of de the repo: - Test basic connection to GitHub - Test Permissions to a Repository - Test...

# 🐞 bug report ### Affected Package Probably `@angular/compiler` ### Is this a regression? Yes. Test success in angular 8 (ViewEngine) ### Description When a element is inserted into DOM...

comp: testing
state: confirmed
P3

### Which @angular/* package(s) are relevant/related to the feature request? router ### Description Currently, when working with resolvers in Angular, there is an opportunity to enhance the developer experience. ###...

area: router