Make it work with Angular 7+
See original GitHub issueWhen using ngx-currency with Angular 7 we get the folowing error: Can’t bind to ‘options’ since it isn’t a known property of 'input
We need to upgrade it to work with newer versions.
It should work in a environment like this:
Angular CLI: 7.3.3
Node: 10.15.3
OS: win32 x64
Angular: 7.2.7
... common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Getting started with Angular
Prerequisiteslink · Take a tour of the example applicationlink · Create the sample projectlink · Create the product listlink · Pass data to...
Read more >Angular7 Tutorial - Tutorialspoint
Angular 7 is an open source JavaScript framework for building web applications and apps in JavaScript, html, and Typescript which is a superset...
Read more >Preparing and running your first Angular 7 Web App
Prepare your development environment to start building your amazing modern websites with the cutting-edge framework Angular 7.
Read more >Build a full-stack web application with Angular 7 and Nest.js
It allows developers to build applications for web, mobile web, native mobile and native desktop. It's makes use of libraries like RxJS and ......
Read more >Angular 7. Tutorial, guide by example - step by step | Zaven Blog
Angular CLI – what exactly is it? This is another tool that will make working with Angular simpler, faster and more enjoyable. The...
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

Just saw your PR. I’ll check it and generate a new version if everything’s ok.
@nbfontana I also get the warning: Can’t bind to ‘options’ since it isn’t a known property of ‘input’ although it is still working.