(element: HTMLElement)
| 34 | }); |
| 35 | }); |
| 36 | function getElementHtml(element: HTMLElement) { |
| 37 | return element.innerHTML |
| 38 | .replace(/<!--(\W|\w)*?-->/g, '') |
| 39 | .replace(/\sng-reflect-\S*="[^"]*"/g, ''); |
| 40 | } |
| 41 | |
| 42 | it('should project content', () => { |
| 43 | @Component({ |
no test coverage detected
searching dependent graphs…