Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter not exported from rxjs, Error is thrown when ng build is ran for production configuration for Angular 17 #204

Open
pavandixit93 opened this issue Sep 4, 2024 · 1 comment

Comments

@pavandixit93
Copy link

Below error is thrown when ng build command is run for production configuration for Angular 17
./node_modules/@danielmoncada/angular-datetime-picker/fesm2022/danielmoncada-angular-datetime-picker.mjs:3686:46-52 - Error: export 'filter' (imported as 'filter') was not found in 'rxjs' (possible exports: ArgumentOutOfRangeError, AsyncSubject, BehaviorSubject, ConnectableObservable, EMPTY, EmptyError, GroupedObservable, NEVER, Notification, NotificationKind, ObjectUnsubscribedError, Observable, ReplaySubject, Scheduler, Subject, Subscriber, Subscription, TimeoutError, UnsubscriptionError, VirtualAction, VirtualTimeScheduler, animationFrame, animationFrameScheduler, asap, asapScheduler, async, asyncScheduler, bindCallback, bindNodeCallback, combineLatest, concat, config, defer, empty, forkJoin, from, fromEvent, fromEventPattern, generate, identity, iif, interval, isObservable, merge, never, noop, observable, of, onErrorResumeNext, pairs, partition, pipe, queue, queueScheduler, race, range, scheduled, throwError, timer, using, zip)

ng build --configuration=production

File Name: /@danielmoncada/angular-datetime-picker/fesm2022/danielmoncada-angular-datetime-picker.mjs
Line no: 9 - import { Subscription, of, merge, Subject, filter, take as take$1, defer } from 'rxjs';

Please see the attached screenshot
image

@Sanjeevraghav
Copy link

Sanjeevraghav commented Sep 4, 2024

Use rxjs > 7.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants