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

Class

tools/tslint-rules/lifecycleHookInterfaceRule.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 * Rule that requires classes using Angular lifecycle hooks to implement the appropriate interfaces.
18 */
19export class Rule extends Lint.Rules.AbstractRule {
20 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
21 return this.applyWithWalker(new Walker(sourceFile, this.getOptions()));
22 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected