develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 1,230

  1. …in reply to @codeofarmz
    @codeofarmz @angular The easiest way to do that is probably to just do an AOT build. I don't think anything in your actual templates should break AOT, it's more about how you define components in TS and construct the template which would cause problems.