Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Material deep imports #44

Open
gabrieltaets opened this issue Jan 20, 2020 · 2 comments
Open

Material deep imports #44

gabrieltaets opened this issue Jan 20, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@gabrieltaets
Copy link

In order to be compliant with Angular Material v9, the dependencies must be deeply imported, otherwise once projects update to Angular 9 and Angular Material v9, the build will break.
See https://github.com/angular/components/releases/tag/9.0.0-next.0

@ralftar
Copy link

ralftar commented Feb 10, 2020

Got this warning in Angular 9. Same isssue?

DEPRECATED: DI is instantiating a token "MatCarouselHammerConfig" that inherits its @Injectable decorator but does not provide one itself.
This will become an error in v10. Please add @Injectable() to the "MatCarouselHammerConfig" class.

@HDeiro
Copy link

HDeiro commented May 15, 2020

It still an issue. I'm using the current version 0.6.0 and I keep receiving this message in console:

DEPRECATED: DI is instantiating a token "MatCarouselHammerConfig" that inherits its @Injectable decorator but does not provide one itself. This will become an error in v10. Please add @Injectable() to the "MatCarouselHammerConfig" class.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Issues
  
To do
Development

No branches or pull requests

4 participants