-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dependency update #166
Dependency update #166
Conversation
…form refactoring (3d36054)
Do you have any problem running |
Yes I get the same error. I didn't try any build scripts yet, good that you tried that out. That issue seems relevant indeed! |
I dug a solution from that issue discussion. Didn't test yet to actuallly build a local version to see if the solution has any side effects. We should try to remember to revert that commit in the future if the issue is fixed. |
I tested the production ssr build locally and haven't found any style issues that the |
Updated the deps by following https://update.angular.io/ with app complexity "advanced" and migration being from 11 to 12.
ng update
withforce
&allow-dirty
flags:ng update @angular/core@12 @angular/cli@12 @nguniversal/builders @circlon/angular-tree-component @ng-select/ng-select apollo-angular @ng-toolkit/universal --allow-dirty --force
math.div
for sass divisionshaseka-form-list
components, since the compiler started complaining about some stuff there and they're not used anywheretransfer-http-cache.interceptor.ts
andgraph-ql.service.ts
)npm update