Uh oh!
There was an error while loading. Please reload this page.
bug(): Inject missing providers for routes - #180
Conversation
CORE_DIRECTIVES from angular2/core was missing when using ngIf & ngFor
IgorMinar
commented
Feb 5, 2016
This is not necessary because CORE_DIRECTIVES are added to PLATFORM_DIRECTIVES which are available by default. am I missing anything? |
Brocco
commented
Feb 5, 2016
It was throwing an error when I was running ng-test locally on that branch, adding this fixed the tests running after adding routes |
filipesilva
commented
Feb 5, 2016
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. |
Brocco
commented
Feb 6, 2016
@filipesilva I was able to find the docs you were referring to, but for now master is still @ beta 0 |
filipesilva
commented
Feb 6, 2016
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