rubiesonthesky
rubiesonthesky
I had some problems understanding what is wanted in the exercise options2. I think it would make it clearer if it was changed little bit to make code testable and...
The exercise description is as follows > Move to display a drop down with quantity selection from 1 to 20 (generated via ngFor). The example code gives you numbers 0-19....
What has changed since version 0.9.5? I can't find changelog for those things. I would like to know if there is any breaking changes. It seems that node version support...
Is there any update on the plan, when this library would support Angular 13? There are two PRs that would make using Angular 13 possible: - https://github.com/shlomiassaf/ngrid/pull/220 - https://github.com/shlomiassaf/ngrid/pull/238 Some...
I'm opening discussion for some new languages that could be added. It would be beneficial to mark code blocks with actual language they are using so the highlight would work...
Angular components look usually something like below. `@Input()` and `@Output` property decorators are placed on same line as the rest of class property. ```ts @Component({ selector: 'app-hero-child', }) export class...
It would be really helpful if there were rule lists for packages, where you could easily see which rules are part of recommended config and which have fixer. Most eslint...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
I have Bitbucket repository which has spaces in it's name. This is not problem for any other tool, for example Renovate, Circle CI etc. In repos.md I have listed ```...
ngTemplateOutletContext "read futher" link points to incorrect position in the change log. I wonder if this the correct link https://github.com/angular/angular/blob/main/CHANGELOG.md#common-13 ? Section in https://update.angular.io/?l=3&v=15.0-16.0: > ngTemplateOutletContext has stricter type checking...