angular-docs-cn/modules/@angular/compiler
Tobias Bosch 9ed8f2d26e fix(compiler): don't inject `viewProviders` into content child elements
E.g. in the following scenario,
`some-directive` should not be able to inject
any view provider that `my-comp-with-view-providers`
declares.

```
<my-comp-with-view-providers>
  <div some-directive></div>
</my-comp-with-view-providers>
```
2016-06-23 12:10:04 -07:00
..
src fix(compiler): don't inject `viewProviders` into content child elements 2016-06-23 12:10:04 -07:00
test fix(core): improve error message for broken bindings 2016-06-23 19:28:56 +02:00
testing chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compiler.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
core_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
core_private.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
index.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
private_export.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00