bug(): Inject missing providers for routes#180
Conversation
CORE_DIRECTIVES from angular2/core was missing when using ngIf & ngFor
|
This is not necessary because CORE_DIRECTIVES are added to PLATFORM_DIRECTIVES which are available by default. am I missing anything? |
|
It was throwing an error when I was running ng-test locally on that branch, adding this fixed the tests running after adding routes |
|
It's probably due to the need to configure default providers for tests according to platform. I believe the angular 2 changelog has some information about that in beta 2. |
|
@filipesilva I was able to find the docs you were referring to, but for now master is still @ beta 0 |
|
Perhaps we should recheck this after updating. |
|
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. |
CORE_DIRECTIVES from angular2/core was missing when using ngIf & ngFor