angular-cn/integration/language_service_plugin/project/app
ayazhafiz a391aebbcf feat(language-service): add definitions for styleUrls (#32464)
Adds support for `styleUrls` definitions in the same way `templateUrl`
definitions are provided; clicking on styleUrl will take a user to the
respective file.

Unifies some code in determining a URL definition. We first check if a
url is a `templateUrl`; if it's not, we check that it's a `styleUrl` or
return no definitions.

PR Close #32464
2019-09-09 16:04:14 -04:00
..
app.component.ts test(language-service): Add external template (#30128) 2019-04-29 13:27:38 -07:00
app.module.ts test(language-service): Add external template (#30128) 2019-04-29 13:27:38 -07:00
main.ts test(language-service): test `@angular/language-service` can be loaded by tsserver.js (#14721) 2017-03-01 13:22:46 -08:00
style.css feat(language-service): add definitions for styleUrls (#32464) 2019-09-09 16:04:14 -04:00
widget.component.html test(language-service): Add external template (#30128) 2019-04-29 13:27:38 -07:00
widget.component.ts feat(language-service): add definitions for styleUrls (#32464) 2019-09-09 16:04:14 -04:00