Andrej Križan
Andrej Križan
Still a problem in 10.2
> This is expected as per description `--skipTest` doesn't generate `.spec.ts` files, but it still still adds the testing framework and it's config. If you want to create an application...
For anyone wanting to create an Angular project without test packages, files and configurations, I'll leave my conclusions: Using @angular/[email protected] Create a project using `--skip-tests`. Remove the following: - `e2e`...
> @Dewberrycat, the reason why is that camel cased arguments such as `--skipTests` are now deprecated and will be removed in the a future version. The reason is not the...
Why not make it into a checkbox option in the settings, so every client can opt in to that feature at their own risk?
Thanks for the info. The biggest issue I'm having, due to the way it currently works, is that when using the nullable reference type enabled configuration, I'd like to have...
My friends, could we not resolve this 4 year old bug?
@stevejgordon What would your advice be for my usecase: I want to use the inferred mapping for all properties of my type except for the one I want to set...
3 years and 7 months later, this remains an issue in v6.0.1. I'm using the #nullable setting in projects and now I have to do this: `private Entity() { OwnedProperty...
Please consider implementing this soon because right now I'm manually deleting all usings and then looking through build errors to figure out which are necessary after code changes.