This folder contains a POC for using mdl-checkbox within Angular2.
It is based off of angular2-seed
- Run
npm installwithin this folder - Run
npm startto start the demo server - Navigate to http://localhost:3000 to view the demo.
The checkbox wrapper is implemented within src/app/components/checkbox/checkbox.ts. There are also
simple wrapper components for both the checkbox wrapper classes and the checkbox label (which is
implemented as a directive).