question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Stand-Alone Components

See original GitHub issue

🚀 Feature request

What modules are relevant for this feature request?

  • builders
  • common
  • express-engine

Description

It would be nice, if express-engine allows rendering Angular Applications on the Server that use Stand-Alone Components

Describe the solution you’d like

  • Idea: Maybe providing a bootstrapServerApplication-Method.

Describe alternatives you’ve considered

  • I did not really consider alternatives
  • I am thinking how the API-Surface could look like for setting up SSR-Angular quickly. 😃

Issue Analytics

  • State:open
  • Created 10 months ago
  • Reactions:9
  • Comments:8

github_iconTop GitHub Comments

8reactions
alan-agius4commented, Nov 14, 2022

We are looking into this, but there are some pieces that we need to investigate/design further before pushing it to the public.

1reaction
Judp0mcommented, Dec 8, 2022

I updated my app to standalone components. It is all working, until realizing that SSR is not yet supported? Now that standalone components are advertised as stable and production ready, this seems urgent. I will investigate the workaround in the meantime…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started with standalone components - Angular
Standalone components provide a simplified way to build Angular applications. Standalone components, directives, and pipes aim to streamline the authoring ...
Read more >
Angular 14—Introducing Standalone Components - Telerik
A standalone component is a type of component which is not part of any Angular module. Prior to Angular 14, usually when you...
Read more >
Angular 15 - Standalone Components are Stable - InfoQ
Standalone components are long-awaited features that enable developers to build Angular applications without using Modules. It was previewed in ...
Read more >
Getting started with Standalone Components - Google Codelabs
In this beginner-friendly codelab, you will learn how to build a sample application using Angular v14 Standalone Components.
Read more >
A guide to Standalone Components in Angular - Ninja Squad
Components, directives, and pipes can now be declared as standalone . A standalone component can also define schemas if you want to ignore...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found