• Overview
@angular/core

isStandalone

function
stable

Checks whether a given Component, Directive or Pipe is marked as standalone. This will return false if passed anything other than a Component, Directive, or Pipe class

API

function isStandalone(type: Type<unknown>): boolean;
@paramtypeType<unknown>

A reference to a Component, Directive or Pipe.

@returnsboolean
Jump to details