-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update chartjs-plugin-annotation to version 3.1.0 #269
Update chartjs-plugin-annotation to version 3.1.0 #269
Conversation
@Injectable() | ||
@Injectable({ | ||
providedIn: 'root', | ||
}) |
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.
Why was this changed to provide in root? Mappers should not be provided in the root injector. Apps should use provideChartsOnFhir(withMappers(...))
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.
Yes, you are right, I made a mistake while running the showcase with mock data. I will remove this.
@Injectable() | ||
@Injectable({ | ||
providedIn: 'root', | ||
}) |
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.
Why was this changed to provided in root?
…dd PatientService to AppComponent providers
|
Overview
How it was tested
Checklist