@angular/forms 0.1.0 or 0.2.0?
See original GitHub issueBug, feature request, or proposal:
npm complains of unmet peer dependency if @angular/forms 0.2.0 is installed This doesn’t affect build but someone has difficulties with heroku see here
https://groups.google.com/forum/#!topic/angular-material2/CqKY2tcNZqQ
What is the expected behavior?
I’ve patched package.json in slide-toggle, radio, input and checkbox with
"@angular/forms": "^0.2.0"
And npm stops complaining
What is the current behavior?
I think these npm messages confuse because its not clear if they are important
Perhaps a clarification of whether forms 0.2.0 is ok?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Which @angular/forms version for angular 2 RC7?
I'm in the process of upgrading an Angular 2 app from RC5 to RC7. @angular/forms package version is 0.3.0, and I could not...
Read more >License info, Alfresco Angular components 3.6.0
Name Version Lic...
@alfresco/adf‑cli 3.6.0‑70fd3a1c602128ed45d195c424d45b366b8b50ce Ap...
@alfresco/adf‑cli 3.6.0‑f731988ca6c6e691f24647dd3a26ce01bfeffc23 Ap...
@alfresco/adf‑content‑services 3.6.0‑70fd3a1c602128ed45d195c424d45b366b8b50ce Ap...
Read more >@angular/forms versions and peer dependencies
Online Peer dependency version tool to search for compatible versions of related NPM packages.
Read more >christianalfoni - npm
formsy-angular. A form input builder and validator for Angular JS. christianalfoni. published 0.1.0 • 8 years agopublished 0.1.0 8 years ago ...
Read more >angular-oib-validator - npm Package Health Analysis - Snyk
Learn more about angular-oib-validator: package health score, popularity, ... Direct Vulnerabilities. 0.1.0. 0. C. 0. H. 0. M. 0. L. 0.2.0.
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
@shotleybuilder When alpha.6 came out, angular core was still on RC.3, with forms 0.1.0. In master, we’ve updated to RC.4 and forms 0.2.0, so as soon as alpha.7 comes out, these peer dependency errors will go away.
When it’s ready 😃