You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
This throws following error: Type 'MyComponent' not found in generated typeFactory maps. Is the type's constructor injectable and annotated for injection?
When I save the result in a variable, the code works fine:
If I use
await
and don't save the result of async operation in a variable, AngularDart throws an error in the runtime.Example:
This throws following error:
Type 'MyComponent' not found in generated typeFactory maps. Is the type's constructor injectable and annotated for injection?
When I save the result in a variable, the code works fine:
AngularDart revision:
011d65f00d7a7d5f825b4337cf594baf20e6625f
.The text was updated successfully, but these errors were encountered: