Bug: md-input-container is missing on npm ('md-input-container' is not a known element...)
See original GitHub issueBug:
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:
- Created 7 years ago
- Comments:13 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s out now as a part of
beta.0
.Hm… expected an answer which is a bit more… let’s call it concrete… 😉