ng-toolkit icon indicating copy to clipboard operation
ng-toolkit copied to clipboard

Trying to add ng-toolkit, but I got following err

Open MergimUkaa opened this issue 5 years ago • 5 comments

I'm submitting a...


[ ] Bug report  
[ ] Feature request
[ ] Documentation issue or request

In package


[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[ ] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/firebug

Current behavior

ERROR: newTree.optimize is not a function

Environment


Angular version: ^9.0.0


- Node version: v12.16.0
- Platform:  Mac

Others:

MergimUkaa avatar Apr 29 '20 09:04 MergimUkaa

I'm facing error. @MergimUkaa Any updated on this.? @maciejtreder will you please help. I'm really stuck due to this, server-side rendering is not happening my angular 9 app. Thanks in advance for your contribution.

IamDeshRaj avatar Apr 30 '20 19:04 IamDeshRaj

I'm facing error. @MergimUkaa Any updated on this.? @maciejtreder will you please help. I'm really stuck due to this, server-side rendering is not happening my angular 9 app. Thanks in advance for your contribution.

@IamDeshRaj I did not receive any update, so I switched to original package for ssr https://angular.io/guide/universal

MergimUkaa avatar May 05 '20 11:05 MergimUkaa

@IamDeshRaj I think ng-toolkit does not support angular 9 yet

UltraKenchie avatar May 05 '20 14:05 UltraKenchie

It supports, there are various configurational changes which is required in order to work. I have built an Angular 9.1.4(with ng boilerplate) sample application powered with ng-toolkit working perfectly for serverless(AWS Lambda) and SSR. Anyone who wants serverless(AWS Lambda) and SSR for his brand new application can simply checkout my this repository called myPleaks and can simply change the name of the application and start using it. No major change is required. For more follow my repository myPleaks.

IamDeshRaj avatar May 08 '20 08:05 IamDeshRaj

Hi, I have the same issue, i solved it with this version ng add @ng-toolkit/[email protected]

Robinl2018 avatar May 27 '20 15:05 Robinl2018