I am installing it for angular6, there was a failure on compilation
ERROR in ./node_modules/amazing-time-picker/amazing-time-picker.es5.js
Module not found: Error: Can't resolve 'rxjs/Subject' in '/home/administrator/ang_flask/angular6/hrt.v6/hrt-mat/node_modules/amazing-time-picker'
To solve it change in:
node_modules/amazing-time-picker/amazing-time-picker.es5.js
import { Subject as Subject$1 } from 'rxjs/Subject' (doesn't compile)
import { Subject as Subject$1 } from 'rxjs' (does compile)
-Still I haven't use it in the component to test it fully.
I am installing it for angular6, there was a failure on compilation
To solve it change in: node_modules/amazing-time-picker/amazing-time-picker.es5.js import { Subject as Subject$1 } from 'rxjs/Subject' (doesn't compile) import { Subject as Subject$1 } from 'rxjs' (does compile)
-Still I haven't use it in the component to test it fully.