MCPcopy Create free account
hub / github.com/angular/angular / invalidPathError

Function invalidPathError

packages/common/test/image_loaders/image_loader_spec.ts:31–33  ·  view source on GitHub ↗
(path: string, formats: string)

Source from the content-addressed store, hash-verified

29 `configured for this loader (\`${path}\`).`;
30
31const 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
35describe('Built-in image directive loaders', () => {
36 describe('Imgix loader', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected