diff --git a/packages/core/src/metadata/directives.ts b/packages/core/src/metadata/directives.ts index f768d9fbd70..1cf31283944 100644 --- a/packages/core/src/metadata/directives.ts +++ b/packages/core/src/metadata/directives.ts @@ -404,6 +404,9 @@ export interface ComponentDecorator { * life-cycle hooks. For more information, see the * [Lifecycle Hooks](guide/components/lifecycle) guide. * + * HELPFUL: You may not use this interface to describe a class that is a component. Decorators do not affect the typing of the decorated classes. + * Use `Type` instead of `Type`. + * * @usageNotes * * ### Setting component inputs