Krzysztof Brilla

Results 9 issues of Krzysztof Brilla

### 🚀 Feature Request Currently migration will just output notice that top level named functions are disallowed by the plugin, but default tslint behaviour is to allow them. I think...

status: accepting prs
area: incorrect converter

I would like to upgrade this lib to use new Angular lib format - is it ok for me to create PR?

**What feature do you want to see?** I would like to see some outlines on components and flashes in component tree list, that trigger on change detection in near realtime...

feature

**What feature do you want to see?** Router history in some organized view **Why is it important to you?** Right now we can inspect router but it's done in console...

feature

### Which @angular/* package(s) are the source of the bug? compiler, core, language-service ### Is this a regression? No ### Description with strict mode on for TypeScript ``` "compilerOptions": {...

area: compiler
P3
compiler: template type-checking

### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Original issue: #27936 When there are 2 routes: child and parent, each has a resolved property,...

area: router
router: guards/resolvers
P3

**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEcAeAHCAnGACMAGwEMBnUvAFTlPz2AB0o88MBXAI0IEsw95aACgCU9JkxYtscGG2zMYAC26kAdIpgwMEyS1UBzGQB4AyjJiE4AWwQwTMYrNIBtALoA+QTt14A5HMI8Ugg8ADc4bABPPEJofX5FRzwAd25CQI5pYgBrGO4oODxoPABGACYABh8WQWTCtlJC8qrgvEUIwuJCYOFfABpvH2BWYmxiKwoAXwHmH2FxWd1VDG4MOEErYgxBQVpHBppRAF53IIcnGlVN7d3zhuPTwWHQrrY4JDP9qeEf4QBuBa6aSyeQJFTqTTaRaSAzGMyaSw2WD2L5uTyDST+bCBVrhKIxOIJJKpdJ4TJwHJ5ApFZjNap4Wr1RqlSpBELtaR4Lo9foYyTDDCjcZTGbVebQvQrNYbLY7PYXUgPT4Kq6y25fJVPMKvd7Khp4Sa-f6AyTAuQKZRqDRaPmwmCmcyI2wopxorwSlhYnEhPHRWJQeJKYlpDJZXI8anFOnVRl4A4slrsjpc7oQXqi+kCoUTA0Z3TG2aTJhFqALdBYXAEEjkKg0OiMWbsLi8fh1kRiUvQs2gpTg61Q6p2h0I6zOu4uDzu+leoKKHD4KAhck5XkelhZsY56Z88W2qXra5y8eHPAnPWNNSH9VOTXPHUfeX6w2-AGdoEyc1gq2Q22Ge3wixR2Rcc3T5PwAlnec8EXMkw1Xel6BGTcRR3PdVgPNVHwvJUsMuK8sNvbVCDeB9xwNI1XwWQZuwtPsfw9IcAKdYDUUnMCZ1IOdKxg5dsngzMkOFXMd0o5gdBLEsQD6EAIAwGBuGgUhkFAUZsAgZIAAVRgQJSUC6ZJiEiJTpMyYgwGyGQTHGOAABl8jgZAADNuTgEyxnMyzBTAfJ9GQGBsDeaTGisbg-IC1zUEwCJuCRBxCGoeRRm4GgnJcoKfMsABFNgIHgVLugigArUg0BMDK4Gy3KHKQZyCukgBHHL4A0tSMF0kAyAAWgKOAABM+qkkB-OINIfIAYQgKxNmQDr0kG0hyoAQU0bBuA4NhmoiOyCnyxppI0KxCAAdWUAQvLgMwoAW+TQm4GBIhmsByEG0I3gASSgfrkTAVa5MWz77EiSxdoijA1MaI6xgwGawZoCJwkG-JGlwFriH0aaarSkBBWwZGZvutZSB+1YYEG6RGu4aRUfR4gQekhwOCO7heqUZAymkg5KGIDhdNqvbUCsDg+v63qbOIAM2DRuAADEcE2TQfJm4gNogQawfyGAmZZxRkGaSZJiAA) ```sh # Options (if any): --single-quote --print-width=120 ``` **Input:** ```typescript export class Test { public test() { return this.http .get( 'url so very long that will...

help wanted
status:needs investigation

On Angular 16.1.3 ``` @Input({ transform: (val) => val ?? 'default') }) input!: string; ``` string `'default` will cause to trigger @angular-eslint/no-input-rename It seems that rule only looks for string...

PRs Welcome
package: eslint-plugin