ng2-Calculator This is a simple calculator built in Angular 2 and Typescript
- User can enter his mathematical expression in a text box
- The result should be computed once the user presses enter or '='.
- The expression can contain addition, division, multiplication, subtraction and should follow bodmas rule