I have the following code that I can't mock in my unit tests: @ContentChild(CarouselInfoComponent) carouselInfo: CarouselInfoComponent; @ContentChild(Carous
I am using angular 5.2.0. I have a child component import { Component } from '@angular/core'; @Component({ template: `<div><div></div></