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
ERROR in node_modules/@ngx-gallery/core/components/gallery-slider.component.d.ts(3,10): error TS2305: Module '"C:/demo/node_modules/rxjs/BehaviorSubject"' has no exported member 'BehaviorSubject'.
node_modules/@ngx-gallery/core/components/gallery-slider.component.d.ts(4,10): error TS2305: Module '"C:/demo/node_modules/rxjs/Observable"' has no exported member 'Observable'.
node_modules/@ngx-gallery/core/components/gallery-slider.component.d.ts(5,10): error TS2305: Module '"C:/demo/node_modules/rxjs/Subscription"' has no exported member 'Subscription'.
node_modules/@ngx-gallery/core/components/gallery-thumb.component.d.ts(3,10): error TS2305: Module '"C:/demo/node_modules/rxjs/BehaviorSubject"' has no exported member 'BehaviorSubject'.
node_modules/@ngx-gallery/core/components/gallery-thumb.component.d.ts(4,10): error TS2305: Module '"C:/demo/node_modules/rxjs/Observable"' has no exported member 'Observable'.
node_modules/@ngx-gallery/core/directives/lazy.directive.d.ts(2,10): error TS2305: Module '"C:/demo/node_modules/rxjs/Subject"' has no exported member 'Subject'.
node_modules/@ngx-gallery/core/services/gallery-ref.d.ts(1,10): error TS2305: Module '"C:/demo/node_modules/rxjs/BehaviorSubject"' has no exported member 'BehaviorSubject'.
node_modules/@ngx-gallery/core/services/gallery-ref.d.ts(2,10): error TS2305: Module '"C:/demo/node_modules/rxjs/Observable"' has no exported member 'Observable'.
node_modules/@ngx-gallery/gallerize/gallerize.directive.d.ts(4,10): error TS2305: Module '"C:/demo/node_modules/rxjs/Subject"' has no exported member 'Subject'.
node_modules/rxjs/BehaviorSubject.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/BehaviorSubject'.
node_modules/rxjs/Observable.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Observable'.
node_modules/rxjs/Subject.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Subject'.
node_modules/rxjs/Subscription.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Subscription'.
Desired functionality
Needs to compile
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)OS and Version?
Windows 10
Versions
Repro steps
Just install as in the Wiki guides
The log given by the failure
Desired functionality
Needs to compile
The text was updated successfully, but these errors were encountered: