Andrei Karushev

Results 20 comments of Andrei Karushev

Any chance this change will be merged?

+1 and for now we have this ![image](https://user-images.githubusercontent.com/5677047/137645285-9b01092f-5767-48e5-857c-f34c4826ca5b.png)

Sure, that fixes decorator issues but here is the next one ![image](https://user-images.githubusercontent.com/5677047/137970539-4bb01b84-49fb-4b17-9cdc-29542994eaf3.png)

Same issue, looks like 'npm i' command isn't running on windows.

Is there going to be a release with that feature?

Unistal guide needs to reboot after completed. worked for me

One small thing: there is actully `autocomplete="one-time-code"` attribute for such cases. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete Could you please all try to find the filed with the attribute as well?

We could probably still try to pass it for now since `@angular-devkit/build-angular:karma` has this option. At least you probably want to check you styles can be compiled. If you just...

Here is the thing What about making any observable return function and be function in a same time? Sample: `source$(tap(console.log)).subscribe()` And `source$.subscribe()` Will both work