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

Class Comp

packages/core/test/acceptance/component_spec.ts:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 describe('invalid host element', () => {
420 it('should throw when <ng-container> is used as a host element for a Component', () => {
421 @Component({
422 selector: 'ng-container',
423 template: '...',
424 standalone: false,
425 })
426 class Comp {}
427
428 @Component({
429 selector: 'root',

Callers

nothing calls this directly

Calls 4

ComponentInterface · 0.90
InputInterface · 0.90
forwardRefFunction · 0.90
ɵɵdefineComponentFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…