Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/integration/language_service_plugin/project/app/widget.component.ts

9 lines
209 B
TypeScript
Raw Normal View History

test(language-service): Add external template (#30128) This is in preparation for more rigorous testing of external templates, since it'll work differently under the new tsserver plugin model. PR Close #30128
2019-04-25 10:50:19 -07:00
import { Component } from '@angular/core';
@Component({
selector: 'my-widget',
templateUrl: './widget.component.html',
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-01 09:56:29 -05:00
styleUrls: ['./style.css'],
test(language-service): Add external template (#30128) This is in preparation for more rigorous testing of external templates, since it'll work differently under the new tsserver plugin model. PR Close #30128
2019-04-25 10:50:19 -07:00
})
export class WidgetComponent { name = 'Angular'; }
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 111ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API