LukasMachetanz

Results 10 issues of LukasMachetanz

Hey. Is it possible to update angular, specifically `@angular/compiler` and `@angular/core`, to the latest version (e.g. `~14.1.0`)? This would help to resolve the following peer dependency warning within a nrwl/nx...

### Is this a regression? No ### Description Let's assume that we create `SomeService` like defining a provider with the NGRX utility `provideMockStore`. ``` const createService = createServiceFactory({ service: SomeService,...

Hey! I have a really general question which I need to ask providing an example. Let's assume we add some kind of function with the typescript transformer. - `function whatever()...

Hey! Let's assume that I want to modify specific classes with my custom typescript transformer. The actual use case does not matter for this question but e.g. changing all method...

Hi again! I am wondering if it is possible to adjust the prototype of a class declaration? E.g. add specific properties? If anyone has an idea I would really appreciate...

Hey! Once again I would like first of all to say that I really appreciate this repository and the provided examples. E.g. the example regarding `Adding new import declarations`. Although...

Hello again! Sorry for using this channel again asking a general usage question. But I really appreciated your help the last time. How can I or how would you add...

You are mentioning the following tipp: > Tip - Use ts-creator to quickly get factory functions for a piece of TypeScript source - instead of meticulously writing out an AST...

### Description of the bug Let's assume having a component `SystemUnderTestComponent` as the SUT. This component internally renders `ActionsComponent`, which will be mocked within the test setup. `ActionsComponent` uses the...

bug

### Is this a regression? No ### Description Spectator does not correctly work using `input` having `transform` configured. `public id = input.required({ transform: numberAttribute });` I would expect that Spectator...