Hi
I'm trying to use ckeditor, but I have an error in main.dart file from skawa_components_example:
import 'package:angular/angular.dart';
import 'package:skawa_components_example/app_component.template.dart' as ng;
void main() {
runApp(ng.AppComponentNgFactory);
}
"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.