-
Notifications
You must be signed in to change notification settings - Fork 14
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
refactor!: remove SlowComponentLoader and ReflectiveInjector. #26
Conversation
I'm trying to enforce conventional commit now, so if you want to squash & merge this PR as one big commit, please rename the PR title (which will become the commit title) when you submit this as ready for review. Otherwise, when submitting, please rebase/edit/squash/force push or whatever you like to ensure individual commits follow conventional commit guidelines. |
_tests/test/di/directive_test.dart
Outdated
@@ -4,6 +4,19 @@ import 'package:test/test.dart'; | |||
|
|||
import 'directive_test.template.dart' as ng; | |||
|
|||
Object missingServicFactory(Object willNotBeCalled) { |
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.
missingServiceFactory
?
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.
updated.
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.
Looks good to me. Thank you!
Just one small thing, in the function I commented on, did you mean to type |
Yes. |
…lowComponentLoader and ReflectiveInjector (#26)
BREAKING CHANGE: remove
SlowComponentLoader
,ReflectiveInjector
classes with dependentrunAppLegacy
,runAppLegacyAsync
andbootstrapStatic
functions.