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

Class

tools/tslint-rules/noUnescapedHtmlTagRule.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * detects unescaped HTML tags inside of multi-line comments.
12 */
13export class Rule extends Lint.Rules.AbstractRule {
14 apply(sourceFile: ts.SourceFile) {
15 return this.applyWithWalker(new NoUnescapedHtmlTagWalker(sourceFile, this.getOptions()));
16 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected