Cristhian Parra
Cristhian Parra
### Description Now that https://github.com/angular/angular/issues/13721 was finally solved, I think there's no longer a need for extra typings here, this project will still be useful for the additional helpers provided,...
Add support for DateTimePicker, I think is possible to use the same implementation of DatePicker :)
While creating an alias ``` { "group name": { "token name": { "$value": 1234, "$type": "number" } }, "alias name": { "$value": "{group name.token name}" } } ``` I think...