-
Notifications
You must be signed in to change notification settings - Fork 12k
feat: Implementation of flag to install Angular Material on new
or init
#1038
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
feat: Implementation of flag to install Angular Material on new
or init
#1038
Conversation
…`init` This features adds a `--material` flag to the `new` and `init` options. This streamlines the process of the adding of Angular Material to a new project
This reverts commit c16c552.
This reverts commit 16a8d6a.
…`init` This features adds a `--material` flag to the `new` and `init` options. This streamlines the process of the adding of Angular Material to a new project
this is pretty cool. nice feature add. |
@hansl can you have a look? |
Great idea. 👍 According to the "Getting Started Guide" (https://github.com/angular/material2/blob/master/GETTING_STARTED.md) only step 1 to 3 are done. There are more steps to do:
For the sake of simplicity I would install all components by default... |
All my suggestions as a diff: ... works like a charm! Thanks @marc-sensenich 😄 |
Closed as this PR was made obsolete by #1455. |
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. |
Added --material flag onto the new and init features for the core setup of Angular Material
fixes #884