-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support for Angular 4.4.3+, deprecated MaterialModule and changes to md-input-container #448
Comments
Our dependencies are currently locked, so this isn't necessarily a bug. Would accept a PR with these changes though. |
I can take this one |
Made some progress. All the components are updated now have to go through the unit tests |
izifortune
added a commit
to izifortune/platform
that referenced
this issue
Oct 14, 2017
Angular material removed the global MaterialModule all the components needs to be imported individually. Fixes ngrx#448
izifortune
added a commit
to izifortune/platform
that referenced
this issue
Oct 22, 2017
Angular material removed the global MaterialModule all the components needs to be imported individually. Fixes ngrx#448
izifortune
added a commit
to izifortune/platform
that referenced
this issue
Oct 22, 2017
Angular material removed the global MaterialModule all the components needs to be imported individually. Fixes ngrx#448
krjordan
pushed a commit
that referenced
this issue
Nov 8, 2017
Angular material removed the global MaterialModule all the components needs to be imported individually. Fixes #448
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
What is the current behavior?
MaterialModule has been deprecated, causing a compiling error.
Consider creating a "Material" module within their application (e.g., FooMaterialModule) that imports only the set of components actually used in the application.
Expected behavior:
No compiling error caused in:
Minimal reproduction of the problem with instructions:
Version of affected browser(s),operating system(s), npm, node and ngrx:
Other information:
Updates on md-input-container:
In book-search.ts
instead of
The text was updated successfully, but these errors were encountered: