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

Class

tools/tslint-rules/noUndecoratedClassWithAngularFeaturesRule.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * Rule that doesn't allow undecorated class declarations using Angular features.
23 */
24export class Rule extends Lint.Rules.TypedRule {
25 applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[] {
26 return this.applyWithWalker(
27 new Walker(sourceFile, this.getOptions(), program.getTypeChecker()),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected