Ahead of Time - deependhamecha/angular GitHub Wiki

Write AOT Compatible code

  • Common Mistake #1: Factory functions must be exported, named functions

Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function.

  • Use <ng-template> instead of <template>.
⚠️ **GitHub.com Fallback** ⚠️