(path: string, formats: string)
| 29 | `configured for this loader (\`${path}\`).`; |
| 30 | |
| 31 | const invalidPathError = (path: string, formats: string) => |
| 32 | `NG02959: Image loader has detected an invalid path (\`${path}\`). ` + |
| 33 | `To fix this, supply a path using one of the following formats: ${formats}`; |
| 34 | |
| 35 | describe('Built-in image directive loaders', () => { |
| 36 | describe('Imgix loader', () => { |