Closed
Description
It would be super cool if you could do
ng add angular-calendar
and then it would:
- prompt if you want to use date-fns or moment
- install the required dependencies (
angular-calendar
,date-fns
ormoment
) - add the calendar module (to the root module or one passed as
--module=module
) - add the global style sheet to angular.json
Resources:
https://brianflove.com/2018/12/15/ng-add-schematic/
https://github.com/ng-bootstrap/schematics