You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Yes, that would be a very good improvement. Just checked that guide and it looks very complete, we should have the JIT for development and AOT for production separation. Also for angular-cli maybe there are some specific things?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should investigate AOT (partly there already) and Rollup to apply in the project correctly.
For instance for AOT
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
should be the way to bootstrap app inmain.ts
.This link is probably enough: https://angular.io/guide/aot-compiler
The text was updated successfully, but these errors were encountered: