Skip to content

The argument type 'dynamic' can't be assigned to the parameter type #67

@Elena-FrontendDev

Description

@Elena-FrontendDev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions