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.

Bug: md-input-container is missing on npm ('md-input-container' is not a known element...)

See original GitHub issue

Bug:

md-input-container seems to be missing when installing the library with npm. Tried versions 2.0.0-alpha.11-3 (latest on npm) and 2.0.0-alpha.11-2 (to match HEAD on master)

What is the expected behavior?

$ npm install @angular/material@2.0.0-alpha.11-3
...
$ grep 'md-input-container' node_modules/@angular/material/*.js
... stuff ...
$

What is the current behavior?

$ npm install @angular/material@2.0.0-alpha.11-3
...
$ grep 'md-input-container' node_modules/@angular/material/*.js

$

node v6.9.1, npm v3.10.9

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
crisbetocommented, Dec 23, 2016

It’s out now as a part of beta.0.

1reaction
Cleudicommented, Dec 22, 2016

Hm… expected an answer which is a bit more… let’s call it concrete… 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

'md-input' is not a known element #1492 - GitHub
Hello! I have an angular project to which I added angular/material! I followed the steps in the getting started, but I got this...
Read more >
Angular Material 2: 'md-input' is not a known element
Should md-input be individually loaded in the module file? This works: <md-input-container> <input mdInput name="username" ...
Read more >
Angular Material - Quick Guide - Tutorialspoint
The md-input-container, an Angular directive, is a container component that contains any <input> or <textarea> element as a child. It also supports error...
Read more >
ngx-mat-select-search - npm
Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.
Read more >
Template parse errors: 'md-form-field' is not a known element
I am getting an error: Template parse errors: 'md-form-field' is not a known element: 1. If 'md-form-field' is an Angular component, then verify...
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