In angular CLI when creating module we can add --routing-scope as a parameter.
ng g m dashboard --routing-scope something-here --routing
when using this command I get error:
Schematic input does not validate against the
Schema: {"routingScope":"dashboard","routing":false,"spec":true,"flat":false,"commonModule":true}
Errors: Data path ".routingScope" should be equal to one of the allowed values.
But what are the allowed values?
This parameter is not described in the docs.