[ https://issues.apache.org/jira/browse/METRON-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596309#comment-16596309 ]
ASF GitHub Bot commented on METRON-1476: ---------------------------------------- Github user ruffle1986 commented on the issue: https://github.com/apache/metron/pull/1096 It has turned out that Angular's changed the way how it renders templates by default in version 6. Earlier, it preserved whitespaces by default but in version 6 the `preservedWhitespace` option is false by default when using the aot (head of time) compiler. Actually, it's a good thing because it reduces the size of the production bundle but during the regression test, we noticed a few differences in the layout before and after the version upgrade. So since we've been relying on whitespaces, we have to set `preserveWhitespace` true. https://github.com/sardell/metron/pull/10 > Update angular > -------------- > > Key: METRON-1476 > URL: https://issues.apache.org/jira/browse/METRON-1476 > Project: Metron > Issue Type: Improvement > Reporter: Daniel Toth > Assignee: Daniel Toth > Priority: Major > > Update angular to speed up development -- This message was sent by Atlassian JIRA (v7.6.3#76005)