Chris Brown
Chris Brown
This is definitely on the radar - once the datepicker component is solidified I'll be looking at adding timepicker functionality as well as date range selection
I can confirm the same issue - fresh install, ran `npm run build` followed by `npm run playground` and returns; ``` [1] playground/index.ts(9,30): error TS2307: Cannot find module 'my-module'. [1]...
The fastest solution to this is to instantiate each field separately (instead of using a class selector as above). I'll look into supporting class selectors, but that requires some thought...
In what way did it not work? Did you provide `submitFieldName`s for each instantiation? If not there will be a duplicate error.
To get rid of the `Cannot find name *` errors, add `"jasmine"` to the array of `types` in `/tsconfig.json`. The error in the playground is related to #206, but that...