Angular Material Getting Started should mention ng add as primary installation option
See original GitHub issueBug, feature request, or proposal:
Today I went with a beginner in Angular over adding Material Design and she started running the installation manually as she read in the getting started guide.
I think it makes most sense to have the first step in Getting Started being the ng add
option.
What is the expected behavior?
Developers should be advised to use ng add @angular/material
.
What is the current behavior?
Developers are currently advised to manually install the dependencies, then the snapshots, and after that the ng add
option.
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
What is the use-case or motivation for changing an existing behavior?
It should be as easy as possible for people starting with Angular to add Angular Material.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
I would love to make the changes to the docs if the maintainers agree it should be addressed. Basically creating this issue to spark a conversation around it, if you agree I’ll submit a PR 👍
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top GitHub Comments
I don’t think that a PR for this was ever submitted. This is now being worked on as part of https://github.com/angular/components/issues/16426.
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.