-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(starter): added getting-started guide #522
Conversation
This guide will take you through building your first project with Angular Material 2. We'll be using | ||
the Angular CLI, but you can also accomplish this with other build tools like Webpack or Gulp. | ||
|
||
1 - First, you'll want to globally install the CLI, if you haven't already: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These steps should be sub-headers, something like
### Install the angular-cli
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@jelbourn Comments should be addressed! |
LGTM |
* Since the `DragDropModule` is not added to the StackBlitz template, the drag & drop examples don't work if opened in StackBlitz. * Moves the `DemoMaterialModule` into a separate file because having one big files is confusing and makes it hard to debug the StackBlitz.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
r: @jelbourn
Issue: #383