Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Installing current @ng-toolkit/universal@8.0.3 version in Angular 8 produces error. #726
Comments
|
@KingDarBoja Hi! Can you please share what is the current progress? When could new version be delivered? |
|
Hello @mmiedzianyy I do think it is not possible at the moment since you are using multi-projects on you However, I remember @maciejtreder doing some work on that topic. |
|
Thanks for your reply @KingDarBoja. Maybe I would have to consider splitting up applications on different projects... |
|
It is better as each project would have its own configuration. I do think it is possible to implement such thing with Angular Universal packages but haven't seen any example on the web. |
|
I do agree.. It's very hard to implement angular universal for multiple apps in one project. |
I'm submitting a...
In package
Current behavior
I'm trying to add universal toolkit to existing Angular 8 project.
I've managed to install the package by installing separate packages, like so:
But this shouldn't be the case.
Expected behavior
Run
ng add @ng-toolkit/universal@8.0.3 --savein the terminal to install server-side rendering for Angular.Minimal reproduction of the problem with instructions
As above, trying to run
ng add @ng-toolkit/universal@8.0.3 --savecauses an error
Example repository
Sadly, I can't share the repository but I will post my package.json and angular.json files.
What is the motivation / use case for changing the behavior?
Environment