fix(ivy): @Host should behave as in View Engine#27646
fix(ivy): @Host should behave as in View Engine#27646marclaval wants to merge 3 commits intoangular:masterfrom
Conversation
|
You can preview 313f1b7 at https://pr27646-313f1b7.ngbuilds.io/. |
313f1b7 to
4db17b3
Compare
|
You can preview 4db17b3 at https://pr27646-4db17b3.ngbuilds.io/. |
4db17b3 to
6df045a
Compare
|
You can preview 6df045a at https://pr27646-6df045a.ngbuilds.io/. |
6df045a to
930f2f1
Compare
|
You can preview 930f2f1 at https://pr27646-930f2f1.ngbuilds.io/. |
930f2f1 to
835ed8c
Compare
|
You can preview 835ed8c at https://pr27646-835ed8c.ngbuilds.io/. |
835ed8c to
ffd86aa
Compare
|
You can preview ffd86aa at https://pr27646-ffd86aa.ngbuilds.io/. |
|
You can preview fb1e95d at https://pr27646-fb1e95d.ngbuilds.io/. |
fb1e95d to
10492fc
Compare
|
You can preview 10492fc at https://pr27646-10492fc.ngbuilds.io/. |
10492fc to
c718b17
Compare
|
You can preview c718b17 at https://pr27646-c718b17.ngbuilds.io/. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR follows discussions that happened in #27387 and #27444.
The implemented rule is: when
@Hostis added, from the host itself, only viewProviders and the component can be found, providers and other directives can't.