Anyone else seeing issues with the Component schematic?
$ ng g c identity/AuthErrorMessages --dry-run
Could not find an NgModule. Use the '--skip-import' option to skip importing in NgModule.
$ ng g c identity/auth-error-messages --dry-run
Could not find an NgModule. Use the '--skip-import' option to skip importing in NgModule.
$ ng generate component identity/auth-error-messages --dry-run
Could not find an NgModule. Use the '--skip-import' option to skip importing in NgModule.
Pretty sure this used to work without --skip-import