Skip to content

A Component with two interfaces will generate an error in transformers #2921

@TedSander

Description

@TedSander

A component that has two interfaces in their declaration will create an invalid ng_deps

Example:
class MaterialInput implements ControlValueAccessor, NgValidator {

Ng_deps.dart:
'interfaces': const [ControlValueAccessorNgValidator]

It looks like it is just missing a coma in the codegen.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions