You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple install of angular calendar on angular 8 results in
Uncaught Error: Can't resolve all parameters for adapterFactory: (?). at syntaxError (compiler.js:2175) at CompileMetadataResolver._getDependenciesMetadata (compiler.js:20399) at CompileMetadataResolver._getFactoryMetadata (compiler.js:20300) at CompileMetadataResolver.getProviderMetadata (compiler.js:20529) at compiler.js:20459 at Array.forEach (<anonymous>) at CompileMetadataResolver._getProvidersMetadata (compiler.js:20419) at compiler.js:20050 at Array.forEach (<anonymous>) at CompileMetadataResolver.getNgModuleMetadata
Install options
ng add angular-calendar
select moment
[Enter] (default)
[Enter] (default)
ng serve
Versions
@angular/core: 8.2.8
angular-calendar: .28
Browser name and version: chrome
The text was updated successfully, but these errors were encountered:
Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me
Whoops, I don't think I actually tested moment, I'll do my best to get that fixed up asap. In the meantime you can follow the manual setup from the moment demo here: https://mattlewis92.github.io/angular-calendar/#/moment
Describe the bug
simple install of angular calendar on angular 8 results in
Uncaught Error: Can't resolve all parameters for adapterFactory: (?). at syntaxError (compiler.js:2175) at CompileMetadataResolver._getDependenciesMetadata (compiler.js:20399) at CompileMetadataResolver._getFactoryMetadata (compiler.js:20300) at CompileMetadataResolver.getProviderMetadata (compiler.js:20529) at compiler.js:20459 at Array.forEach (<anonymous>) at CompileMetadataResolver._getProvidersMetadata (compiler.js:20419) at compiler.js:20050 at Array.forEach (<anonymous>) at CompileMetadataResolver.getNgModuleMetadata
Install options
ng add angular-calendar
select moment
[Enter] (default)
[Enter] (default)
ng serve
Versions
@angular/core
: 8.2.8angular-calendar
: .28Browser name and version
: chromeThe text was updated successfully, but these errors were encountered: