projecte_ionic/node_modules/@angular-eslint/eslint-plugin/dist/utils/selectors.d.ts
2022-02-09 18:30:03 +01:00

6 lines
771 B
TypeScript
Executable file

export declare const COMPONENT_OR_DIRECTIVE_CLASS_DECORATOR = "ClassDeclaration > Decorator:matches([expression.callee.name=\"Component\"], [expression.callee.name=\"Directive\"])";
export declare const COMPONENT_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Component\"]";
export declare const DIRECTIVE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Directive\"]";
export declare const PIPE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Pipe\"]";
export declare const INJECTABLE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Injectable\"]";
export declare const MODULE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"NgModule\"]";