Ingo Bürk
Ingo Bürk
Since this is very much related to the stated goal of ngqp, it would make sense to provide some easily accessible information for that even if it isn't directly handled...
### Feature Description #4398 introduced a generic type argument for `MatDialogConfig`. This type argument is forwarded in `open`. However, the type is never tied in anyway to the actual component,...
If your CLI supports `cli foo --bar` and you type `cli fooo --bar`, you get an error that the flag is unknown. In reality, the command is unknown, so the...
**Describe the bug** (First off, I'm not 100% whether this is a bug, a feature request, or me not understanding something, so apologies if I categorized it incorrectly). I have...
In our project we just ran into the following human error situation: ``` var _ = Describe("Some API", func() { DescribeTable("for some context", func() { DescribeTable("does something", func(someArg bool) {...
#### Please describe the feature you would like to request. The docs website implements a scrollspy so that the currently in-view fragment of a page can be highlighted. However, this...
The title is pretty self-explanatory; tools like these definitely should have a man page. :-)
I would love to have some ``` Include foo.tape ``` command to modularize tapes a little bit. For example, one may require some setup (logging into an application), or want...
# 🐞 bug report ### Affected Package The issue is caused by package @angular/core. ### Is this a regression? No. ### Description The type of `QueryList#changes` is `Observable` ([link](https://github.com/angular/angular/blob/7.2.14/packages/core/src/linker/query_list.ts#L44)). Given...