Ariel Gueta

Results 15 issues of 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...

comp: compiler
P4
compiler: template type-checking

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...

suggestion

# 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...

feature

When working with Angular and mocking an error response it doesn't work. For example: ![image](https://user-images.githubusercontent.com/20522870/90215789-778aa880-de05-11ea-8961-a3fb2654c49a.png) Returns: ![image](https://user-images.githubusercontent.com/20522870/90215797-84a79780-de05-11ea-84b3-578490fbbed0.png) 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.

question
kind/docs

### 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...

comp: router

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.