angular-docs-cn/packages/compiler-cli/src/ngcc/test
Pete Bacon Darwin c016066d9b fix(ivy): ngcc should not break lifecycle hooks (#26856)
Previously the ivy definition calls we going directly after the
class constructor function But this meant that the lifecycle
hooks attached to the prototype were ignored by the ngtsc
compiler.

Now the definitions are written to the end of the IIFE block,
just before the return statement.

Closes #26849

PR Close #26856
2018-11-02 10:38:08 -07:00
..
analysis fix(ivy): ngcc - fixes to support compiling Material library (#26403) 2018-11-01 14:13:26 -07:00
helpers fix(ivy): support `tsutils.__decorate` decorator declarations in ngcc (#26236) 2018-10-08 13:45:46 -07:00
host fix(ivy): ngcc - fixes to support compiling Material library (#26403) 2018-11-01 14:13:26 -07:00
packages perf(ivy): ngcc - use flat file for dependency sorting if available (#26403) 2018-11-01 14:13:26 -07:00
rendering fix(ivy): ngcc should not break lifecycle hooks (#26856) 2018-11-02 10:38:08 -07:00
BUILD.bazel build: update `canonical-path` dependency (#26719) 2018-11-01 13:49:10 -07:00