Skip to content

Support @angular/forms #696

@aquinum6

Description

@aquinum6

It seems that material does not work with new forms. I have used formControlName directive and I got error that there is no value accessor for certain field in my case 'email':

No value accessor for 'email'

I have changed import in input/index.js from:

var common_1 = require('@angular/common');

to:

var common_1 = require('@angular/forms');

and it seems to start working.

Metadata

Metadata

Assignees

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