I tried to use the datepicker component and are having issues/errors
at first it asked me to add the angular localize package, which I did and solved the first issue.
But the it started throwing another error being'
core.js:6486 ERROR NullInjectorError: R3InjectorError(AppModule)[PopupService -> PopupService -> PopupService]:
NullInjectorError: No provider for PopupService!
at NullInjector.get (core.js:11108)
at R3Injector.get (core.js:11275)
at R3Injector.get (core.js:11275)
at R3Injector.get (core.js:11275)
at NgModuleRef$1.get (core.js:25340)
at Object.get (core.js:25054)
at lookupTokenUsingModuleInjector (core.js:3342)
at getOrCreateInjectable (core.js:3454)
at Module.ɵɵdirectiveInject (core.js:14744)
at NodeInjectorFactory.DatePickerComponent_Factory [as factory] (index.js:6790)
Do I need to make my own popupservice ? I was under the assumption that the kendo installs added all dependencies.
It has something to do with modules missing