Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/
Class
tools/tslint-rules/noHostDecoratorInConcreteRule.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
class
Walker extends Lint.RuleWalker {
11
override visitClassDeclaration(node: ts.ClassDeclaration) {
12
if
(!node.modifiers || !this.getOptions().length) {
13
return
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected