-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Closed
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimefeatureIssue that requests a new featureIssue that requests a new featurefeature: in backlogFeature request for which voting has completed and is now in the backlogFeature request for which voting has completed and is now in the backloghelp wantedAn issue that is suitable for a community contributor (based on its complexity/scope).An issue that is suitable for a community contributor (based on its complexity/scope).
Milestone
Description
Which @angular/* package(s) are relevant/related to the feature request?
No response
Description
Currently we have a method to reflect component type reflectComponentType. Unfortunately there is no way to reflect type of Directive and Pipe which might be very useful in case when we want to verify whether they are standalone. Now we are force using method from private api 'ɵisStandalone'.
Proposed solution
Create similar method for Pipes and Directives.
Alternatives considered
Create one common method which will verify whether something is standalone or not, eg exposing isStandalone
Metadata
Metadata
Assignees
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimefeatureIssue that requests a new featureIssue that requests a new featurefeature: in backlogFeature request for which voting has completed and is now in the backlogFeature request for which voting has completed and is now in the backloghelp wantedAn issue that is suitable for a community contributor (based on its complexity/scope).An issue that is suitable for a community contributor (based on its complexity/scope).