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

Class

tools/tslint-rules/noUndecoratedBaseClassDiRule.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * an explicit pass-through constructor to make DI work.
14 */
15export class Rule extends Lint.Rules.TypedRule {
16 applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[] {
17 return this.applyWithWalker(
18 new Walker(sourceFile, this.getOptions(), program.getTypeChecker()),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected