Catchable Fatal Error: Argument 1 passed to "...\FormType::__construct() must implement interface
Assuming your services.yml file is being loaded and that you copied pasted in the contents then you have a simple typo:
# services.yml
class: ApxDev\UsersBundle\Form\ProductType
should be
class: ApxDev\UsersBundle\Form\ProductsType