Keen Yee Liau 0223aa6121 fix(language-service): Diagnostic span should point to class name ()
Right now, if an Angular diagnostic is generated for a TypeScript node,
the span points to the decorator Identifier, i.e. the Identifier node
like `@NgModule`, `@Component`, etc.
This is weird. It should point to the class name instead.
Note, we do not have a more fine-grained breakdown of the span when
diagnostics are emitted, this work remains to be done.

PR Close 
2020-01-23 15:55:44 -08:00
..