MCPcopy Create free account
hub / github.com/angular/components /

Class

tools/tslint-rules/validateDecoratorsRule.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 * ```
26 */
27export class Rule extends Lint.Rules.AbstractRule {
28 apply(sourceFile: ts.SourceFile) {
29 return this.applyWithWalker(new Walker(sourceFile, this.getOptions()));
30 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected