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

Class

tools/tslint-rules/noHostDecoratorInConcreteRule.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import * as Lint from 'tslint';
3
4export class Rule extends Lint.Rules.AbstractRule {
5 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
6 return this.applyWithWalker(new Walker(sourceFile, this.getOptions()));
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected