Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 548 Bytes

Calculator

Calculator is an application for simple mathematical calculations.

Technologies

Project is created with:

  • Angular 9.0
  • TypeScript 3.7.5

Installation

Use the npm to install

npm install

Live demo

Live demo

Usage

Click the buttons to perform the action.

About the solution

There are functions responsible for mathematical operations and a function responsible for assigning numbers after clicking.

Mathematical operations are in a separate model module.