A bit of a newbie with Nativescript so I tried to add Angular Universal building to an existing Angular 9/Nativescript app and received an error:
[error] Error: Schematic "universal" not found in collection "@nativescript/schematics"
A bit of a newbie with Nativescript so I tried to add Angular Universal building to an existing Angular 9/Nativescript app and received an error:
[error] Error: Schematic "universal" not found in collection "@nativescript/schematics"
A nativescript application is a native client app that has a JS engine shipped inside which evaluates the high level nativescript codes bridging them into the platforms native language. Angular Universal makes rendering server side. Applying it to a client application development framework such as Nativescript is not conceptually valid and achievable.
EDIT: It's been a while since I left coding Nativescript. Shared project support came up and it seems for the web part of the shared project theoretically Angular Universal can be applied however Nativescript's schematics do not support it yet.