-
Notifications
You must be signed in to change notification settings - Fork 95
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
Updated package to use angular 16. #172
Updated package to use angular 16. #172
Conversation
…te to 18 because 17 is not supported by angulat 16 and also there was some error when running build command. Readme updated.
Were u able to check is updated version working for your angular v16 app? |
Not yet. I could publish package to our private server or just make pack and install it in our project. First thing tomorrow I will do is that. |
You can build it locally and link it to your project. Google for |
There is still same problem. I will try to figure it out why this is not Ivy NgModule. |
Forget about last message. There was some extra useless node_modules folder in library folder with old version of this package. So 15 versio also works with my Angular 16 app. There is just some version miss match warnings if it is used. So this should work. I will update package number which I forget to do. |
@JanneHarju so what is resolution regarding this:
|
|
Can someone merge this? @brtnshrdr can you do it? |
@JanneHarju I will try to find time to release it today, Soryr for delay |
@JanneHarju I have just published v16 to npm |
Node types was also needed to update to 18 because 17 is not supported by angulat 16 and also there was some error when running build command.
Readme updated.
When updating I used ng update command.