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
Using the time picker from a form inside of a dialog results in the dialog not opening properly (appearing empty to the side, as if it wasn't an entry component), and with the following console error.
I've tried two variations. One it using the atp-time-picker directive on the input control. The other is no directive on the control and just injecting the AmazingTimePickerService in the components constructor. Not even using the injected service still causes the exception below.
some possible related console warnings...
client:148 [WDS] Warnings while compiling.
warnings @ client:148
client:154 ./node_modules/amazing-time-picker/node_modules/@angular/core/fesm5/core.js 18261:15-36
Critical dependency: the request of a dependency is an expression
warnings @ client:154
client:154 ./node_modules/amazing-time-picker/node_modules/@angular/core/fesm5/core.js 18273:15-102
Critical dependency: the request of a dependency is an expression
warnings @ client:154
the console error
ng:///AdminModule/AdvisoryFormComponent_Host.ngfactory.js:5
ERROR Error: StaticInjectorError(AppModule)[AmazingTimePickerService -> ComponentFactoryResolver]:
StaticInjectorError(Platform: core)[AmazingTimePickerService -> ComponentFactoryResolver]:
NullInjectorError: No provider for ComponentFactoryResolver!
at NullInjector.push../node_modules/@angular/core/fesm5/core.js.NullInjector.get (core.js:3228)
at resolveToken (core.js:3473)
at tryResolveToken (core.js:3417)
at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (core.js:3314)
at resolveToken (core.js:3473)
at tryResolveToken (core.js:3417)
at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (core.js:3314)
at resolveNgModuleDep (core.js:19784)
at NgModuleRef_.push../node_modules/@angular/core/fesm5/core.js.NgModuleRef_.get (core.js:20473)
at resolveNgModuleDep (core.js:19784)
The text was updated successfully, but these errors were encountered:
Using the time picker from a form inside of a dialog results in the dialog not opening properly (appearing empty to the side, as if it wasn't an entry component), and with the following console error.
I've tried two variations. One it using the atp-time-picker directive on the input control. The other is no directive on the control and just injecting the AmazingTimePickerService in the components constructor. Not even using the injected service still causes the exception below.
some possible related console warnings...
the console error
The text was updated successfully, but these errors were encountered: