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

Class

tools/tslint-rules/lightweightTokensRule.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * https://next.angular.io/guide/lightweight-injection-tokens.
27 */
28export class Rule extends Lint.Rules.TypedRule {
29 applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[] {
30 return this.applyWithFunction(
31 sourceFile,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected