Nathan Walker

Results 332 comments of Nathan Walker

Thank you @diegovincent this would be very helpful. I think the right way to explore schematics is through example commands in dry mode to see what’s effected without actually running...

Hi @galki definitely with ya here. I've debated this a bit internally. So Nx actually adds `environments` directory to each web app. We could have one parallel to the other...

Thanks for this @ziacik we've been holding out until Nx 12 to complete the full tslint > eslint conversion to resolve all lint related issues. We'll track this one until...

@JJB1980 yes you can just add this ndkVersion to your app.gradle in meantime: ![8E20DB83-1A6B-46DD-A1DD-430A1EBC3FA5](https://user-images.githubusercontent.com/457187/134849994-9b77cddf-ee7c-42e6-9e79-c9e25af2a427.jpeg)

@danielideriba It's likely build-tools 31 which is a broadly known issue in android stack. You can try this solution here: https://stackoverflow.com/a/68430992/2192332

@wSedlacek would you like to attempt a PR for this? I believe it's just updating this here: https://github.com/nstudio/xplat/blob/master/packages/electron-angular/src/schematics/application/_files/tsconfig.json

Thanks for mentioning this @axel-zarate - we'll add guard into a patch 8.0.x update.

@csimpi Hi, When coming from @nativescript/schematics (or nativescript-schematics) there's a few important things to understand on the surface: In @nativescript/schematics (or nativescript-schematics) you might have something like this: ``` src/app/account/account.component.html...

> What is the difference between ng g component and ng g feature? `ng g component` = Component which is generated into a module * Use component when you just...

The other thing worth mentioning is **core** vs. **features**. This concept goes back to a widely talked about topic with regards to Angular specifically - CoreModule vs. SharedModule. For reference...