ng2-select.css file is missing from the npm pacakge
See original GitHub issueAfter installing npm install ng2-select
there’s no css file inside the package.
Shouldn’t there be ?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Developers - ng2-select.css file is missing from the npm pacakge -
After installing npm install ng2-select there's no css file inside the package. Shouldn't there be ? See More. View in GitHub. SOLVE ISSUE....
Read more >ng2-select - npm
A recommended way to install ng2-select is through npm package manager using the following command: · Include ng2-select.css in your project · Use ......
Read more >Importing ng2-select in angular2-rc.7 webpack - Stack Overflow
You have to import SelectModule in your AppModule to make it work, and remove SELECT_DIRECTIVES : @NgModule({ imports: [ BrowserModule ...
Read more >@gitnik/ng2-select - npm Package Health Analysis | Snyk
The npm package @gitnik/ng2-select was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was ...
Read more >Upgrading from AngularJS to Angular
When you break application code down into one component per file, you often end ... You also need to install the @angular/upgrade package...
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 Free
Top 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
Confused me too, since it’s in quick start steps
I used https://github.com/basvandenberg/angular2-select, it is well explained.