-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Feature request: make it compatible with Angular 6 #5738
Comments
Please, ... I am having the same issue:
|
You can add rxjs-compat to your package.json for the time being. |
How long do we have to wait for stable release with support of rxjs 6.0? |
+1 |
Thanks ctrl-brk, rxjs-compat worked for me. I have changed my small application from 5 to 6 and the changes are not trivial. |
hello, sorry for the question but how i can add the rxjs-compat to the package.json? what part? |
@chrisGH, to the "dependencies" |
great just now i saw it on this page by extention of youtube, i just started with angular i develop a project of the school of listcheck, apologize the molest but i have another question how do you do to dont lose the reference of a object by the id when you pass to other views when you run the app, somebody told me that with a @session but i dont know nothing about this |
@chrisGH Read about localStorage and sessionStorage or navigating by data |
From the folder containing package.json:
that will install rxjs comparability for the local project. |
+1 |
in node_modules/primeng/components/common/confirmationservice.d.ts(5,33): error TS1005: ';' expected |
ERROR in node_modules/primeng/components/common/messageservice.d.ts(5,28): error TS1005: ';' expected. |
I aslo Faced same issue today so I fixed by following commands npm install primeng@^7.0.0-beta.1 --save in beta version this issue has been resolved. |
npm install primeng@7.0.0-beta.1 --save |
Yes It resolved my problem. Thanks @dilshad |
Is there any possibility to have a new version compatible with Angular 6 in the near future, because now it returns errors related to RxJS:
The text was updated successfully, but these errors were encountered: