0.0.3 • Published 6 years ago
jhs-vending-machine v0.0.3
A vending machine simulator
jawadhasan80@gmail.com
USAGE:
Create a component with this code: Add the necessary imports.
pageTitle = "Vending machine simulation"; machine: VendingMachine;
constructor() { }
ngOnInit() { this.machine = new VendingMachine(); this.machine.size = VendingMachineSize.medium; }