Version 8.6.8
Magic (main)
Fixed scaffolder output such that it will build in production builds using for instance
ng build --prod --aot
, which allows for easily deploying results to Azure, and integrating
scaffolded result into pipelines, etc - Without having to apply code changes before it builds.
These errors resulted from differences in how Angular treats --aot
builds, requiring fields that are referenced in HTML files to be public in the component. Sorry about that, but this is fixed now.