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

Class CancelButton

packages/core/test/debug/debug_node_spec.ts:1326–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324 it('should clear event listeners when node is destroyed', () => {
1325 let calls = 0;
1326 @Component({
1327 selector: 'cancel-button',
1328 template: '',
1329 standalone: false,
1330 })
1331 class CancelButton {
1332 @Output() cancel = new EventEmitter<void>();
1333 }
1334
1335 @Component({
1336 template: '<cancel-button *ngIf="visible" (cancel)="cancel()"></cancel-button>',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
OutputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…