ara-framework / hypernova-angular

Angular 5+ bindings for Hypernova.
https://www.npmjs.com/package/hypernova-angular
MIT License
2 stars 0 forks source link

Client-side only rendering? #4

Open erlloyd opened 4 years ago

erlloyd commented 4 years ago

I was hoping that it would be possible to use Ara to support a client-side only microfrontend writtern in Angular 5+. However, that doesn't appear to be the case. Are angular micro-frontends only supported with server-side rendering?

marconi1992 commented 4 years ago

Related to https://github.com/ara-framework/create-hypernova-angular/issues/10

marconi1992 commented 4 years ago

Hi @erlloyd, Currently I'm working on some improvements to support JIT compiling for development and AOT compiling for production. https://github.com/ara-framework/hypernova-angular/pull/5/files

I'll update the create-hypernova-angular project as soon it's finished.