Hi, i am building simple demo service in Angular 4.0.2 (new to Angular so asking here first before reporting as an issue). I have service (ServiceA) that should be injected into component (that is part of template in parent component) - but i forgot to define provider for it in module providers section. This results in parent component not being rendered and no error printed to any console (expecting no provider found error). But when i create another service (ServiceB) and add ServiceA as dependency then no provider found error is correctly printed in web console.
Is this expected behavior? Thanks -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
