Bug
As seen on: https://material.angular.io/guide/schematics the command
ng generate @angular/material:material-nav
should run as expected
ng generate @angular/material:material-nav
_Schematic input does not validate against the Schema: {"dryRun":false,"inlineStyle":false,"inlineTemplate":false,"changeDetection":"Default","styleext":"css","spec":true,"flat":false,"skipImport":false,"export":false}
Errors:
Data path "" should have required property 'name'._
npm: 5.8.0

node: 8.9.4

angular-cli: 6.0.0
angular: 6.0.0
@angular/cdk 6.0.1
@angular/material 6.0.1
typescript 2.7.2
ng generate @angular/material:material-nav --name <component-name>
Thanks @nicholas-davis totally my bad but maybe worth updating the documentation on https://material.angular.io/guide/schematics
I have updated the documentation here #11283 . But I don't know why Travis build is failing, it's my first PR in the repo
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
ng generate @angular/material:material-nav --name
<component-name>