question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Template parse errors: Can't bind to 'placeholder' since it isn't a known property of 'md-input'

See original GitHub issue

Bug, feature request, or proposal:

I’d upgraded to @angular/material 2.0.0-beta.2, although MaterialModule is imported in the relevant module file , once launching the application, the md-input tag could not be recognized and the application throws the well known angular exception (mentioned in title). The weird part is it was running smoothly with the @angular/material 2.0.0-beta.1 .

What is the current behavior?

Template parse errors:
Can't bind to 'placeholder' since it isn't a known property of 'md-input'.
1. If 'md-input' is an Angular component and it has 'placeholder' input, then verify that it is part of this module.
2. If 'md-input' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message....

Which versions of Angular, Material, OS, browsers are affected?

@angular/cli: 1.0.0-beta.32.3 [1.0.0-beta.30] node: 7.5.0 os: linux x64 @angular/common: 2.4.8 @angular/compiler: 2.4.8 @angular/core: 2.4.8 @angular/forms: 2.4.8 @angular/http: 2.4.8 @angular/material: 2.0.0-beta.2 @angular/platform-browser: 2.4.8 @angular/platform-browser-dynamic: 2.4.8 @angular/router: 3.4.8 @angular/cli: 1.0.0-beta.32.3 @angular/compiler-cli: 2.4.8

Is there anything else we should know?

There was no similar issues with @angular/material: 2.0.0-beta.1

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
diicarcommented, Feb 20, 2017

md-input is no longer exists, please use mdInput instead

1reaction
andrewseguincommented, Feb 23, 2017

The changelog between releases is always updated in CHANGELOG.md

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't bind to 'placeholder' since it isn't a known property of 'ng ...
You just remove NgMultiSelectDropDownModule.forRoot() from imports:[] in app.module.ts and import in HierarchySearch.module.ts. It will work.!
Read more >
Can't bind to 'placeholder' since it isn't a known property of 'ng ...
ERROR Error: Uncaught (in promise): Error: Template parse errors: Can't bind to 'placeholder' since it isn't a known property of 'ng- multiselect-dropdown'.
Read more >
can't bind to 'options' since it isn't a known property of 'p ...
Uncaught Error: Template parse errors: Can't bind to 'options' since it isn't a known property of 'p-dropdown'. 1. If 'p-dropdown' is an Angular...
Read more >
Can't bind to 'ngModel' since it isn't a known property of 'input'
I've got the following error when launching my Angular app, even if the component is not displayed. I have to comment out the...
Read more >
Can't bind to 'ngModel' since it isn't a known property of 'input'
To fix Can't bind to 'ngModel' since it isn't a known property of 'input' error in Angular we have to import FormsModule in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found