| 3 | import { ExternalLinkProvider } from '../../providers/external-link/external-link'; |
| 4 | |
| 5 | interface Advertising { |
| 6 | takeover_image: string; |
| 7 | takeover_url: string; |
| 8 | } |
| 9 | |
| 10 | @Component({ |
| 11 | selector: 'advertising', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…