A simple app to convert abbreviated numbers to full numbers.
Example: 500k -> 500,000
This project was generated with Angular CLI version 18.2.0.
- Node - For specific versions, reference the latest from Angular's version compatibility documentation.
Run npm install
to install all node dependencies.
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run npm test
to execute the unit tests.
- app - contains files related to configuration and global state or features.
- app/home - contains files related to the home or root route
- app/result - contains files related to the result route
- lib - contains files for shared logic which could be useful even in other apps.