Victor Savkin
Victor Savkin
This PR is a follow-up of my conversation with Kent. This PR shows how to add Nx to this repo, make some operations faster, and improve some dev ergonomics. 1....
The Sauce Labs service has always been a bit flaky. But since now we are trying to run our tests not just in Chrome, but also in Safari, IE, and...
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
wip
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
To reproduce define two types ``` @Injectable() class GenericType { String desc; GenericType(this.desc); } @Injectable() class NeedsGenerticTypeString { GenericType myObj; NeedsGenerticTypeString(this.myObj); } ``` And run the following test: ``` ii("Non-core...
**UPDATE: Thank you for engaging with us. We took your feedback very seriously and clarified a few things. Most importantly, self-hosted remote caching provided by Nx Powerpack is free for...