I'm on angular version 15.2.4 and decided to use the migration tool to convert my components to standalone compoonents.
The issue I'm having is when I run the command: ng g @angular/core:standalone
I never get the option to select any of the modes that are suggested here in the migration modes: https://angular.io/guide/standalone-migration#migration-modes
It seems to run fine and the app still works with no issues but when I run the tests I get a lot of these type of errors and tests failing:
NullInjectorError: R3InjectorError(DynamicTestModule)[ActivatedRoute -> ActivatedRoute]:
NullInjectorError: No provider for ActivatedRoute!
Any input on this would be greatly appreciated.