Michael Heemskerk
Michael Heemskerk
Hey guys, I have the same issue here. Don't really understand why you would need to have 'project' in your path. My repo looks like this: ``` src app components...
@alan-agius4 thanks! I'll try to make a reproduction in another repo.
@alan-agius4 I created a repro: https://github.com/Michael-7/angular-repro The problem happens as soon as you add two "projects" in the `angular.json` file. In the repro if you try the `ng g component...
Yes, it also cannot determine it because both projects have the same root. I need to generate 2 projects from the same root so it would never know what project...