- Built with Angular and Angular Material.
- Reactive form fields respond to user input and convert to binary and hexadecimal.
- User can observe the mathematical expression to convert the binary number to decimal change on input.
- Source code demonstrates encapsulation of components in feature modules and unit testing implementation.
Hosted on github pages at the following link: http://karanveersp.github.io/angular-binary-converter/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests.