ngMocks.get
Returns an attribute or structural directive which belongs to the current element.
ngMocks.get( debugElement, directive, notFoundValue? )
const directive = ngMocks.get(fixture.debugElement, Directive);
or simply with selectors which are supported by ngMocks.find.
const directive = ngMocks.get('app-component', Directive);