Ariel Gueta
Ariel Gueta
### Which @angular/* package(s) are the source of the bug? language-service ### Is this a regression? No ### Description Lets say we have a pipe that returns a `number`: ```ts...
Thanks for this great library. I'm wondering if there is any way to query nested children. If we take the following code: ```ts someObject.someKey.someMethod() ``` And I want to get...
# Bug report **What is the current behavior?** Based on the official [docs](https://webpack.js.org/concepts/targets/), if we set the target to `node`, Webpack will compile for usage in a Node.js-like environment (uses...
I do not know if this is a feature request or a question, but what I want is the ability to use one server for multiple services. If our application...
When working with Angular and mocking an error response it doesn't work. For example:  Returns:  I debugged the Angular code and saw the issue is in the line...
Hey, Great library, thanks. I see all the examples are working only with `ngModel`, what about Reactive forms? Thanks.
### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? No ### Description I want a sync access to `router.snapshot.queryParams` in `CanMatch` guard and...
Can we please have social share buttons on each post?
Hey, thanks for this great plugin. I have one large container and I want to get notified when one of the elements are in the view. ``` const elements =...
There is an option not to embed the CSS inside the bundle but rather as a separate file, for example, like we have the `extract-text-webpack-plugin` in webpack.