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
That is actually a completely normal message. AngularDart relies on generated files instead of runtime reflection to figure out a lot of things. Basically any file that you see with NgFactory is a generated piece of code.
tip: once you started the app the webdev generated app_component.template.dart file for you, you might still see the error in your IDE. Hit the "restart analysis server" button. It happens sometimes, the server doesn't pick up the new asset. Sometimes closing the file and reopening helps too.
Hi
I'm trying to use ckeditor, but I have an error in main.dart file from skawa_components_example:
"The argument type 'dynamic' can't be assigned to the parameter type 'ComponentFactory<dynamic>'.dart(argument_type_not_assignable)"
I have no experience with dart and angular and I can't fix it myself. I will appreciate your help me.
The text was updated successfully, but these errors were encountered: