angular-docs-cn/modules/@angular/compiler
Tobias Bosch dd6e0cf1b5 fix(compiler): fix where pipes live
Impure pipes need to live on the view
that used them and need a new instance for
each call site.

Impure pipes need to live on the component view, cached across all child views,
and need a new pure proxy for each for
each call site that lives on the view
of the call site.

Fixes #8408

This bug was introduced not long ago by 152a117d5c
2016-05-03 09:00:23 -07:00
..
src fix(compiler): fix where pipes live 2016-05-03 09:00:23 -07:00
test fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
testing repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
compiler.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
core_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
core_private.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
package.json repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
rollup.config.js repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json chore: don’t shadow `tsconfig.json` used for editors by build specific tsconfig.json 2016-05-02 15:06:46 -07:00
tsconfig-es2015.json build(tsc): Use angular2-template-compiler in place of tsc 2016-05-01 23:40:59 -07:00