MCPcopy Index your code
hub / github.com/angular/angular / NonStandalonePipe

Class NonStandalonePipe

packages/core/test/test_bed_spec.ts:683–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681 class StandalonePipe {}
682
683 @Pipe({
684 name: 'test',
685 standalone: false,
686 })
687 class NonStandalonePipe {}
688
689 const getExpectedError = (typeName: string) =>
690 `An override for the ${typeName} class has the \`standalone\` flag. ` +

Callers

nothing calls this directly

Calls 1

PipeInterface · 0.90

Tested by

no test coverage detected