~/Development/budgetmanager-html-client (develop)
$ npm start
> angular-quickstart@1.0.0 prestart C:\Users\z3pr4h\Development\budgetmanager-html-client
> npm run build
> angular-quickstart@1.0.0 build C:\Users\z3pr4h\Development\budgetmanager-html-client
> tsc -p src/
src/app/categorycomponent/edit-category.component.ts(23,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/categorycomponent/edit-category.component.ts(27,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/categorycomponent/edit-category.component.ts(34,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/categorycomponent/edit-category.component.ts(35,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/historycomponent/history.component.ts(28,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/historycomponent/history.component.ts(34,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/services/category.service.ts(26,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/services/category.service.ts(29,13): error TS2346: Supplied parameters do not match any signature of call target.
src/app/services/category.service.ts(45,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/services/entry.service.ts(13,9): error TS2346: Supplied parameters do not match any signature of call target.
src/app/services/entry.service.ts(41,9): error TS2346: Supplied parameters do not match any signature of call target.