Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-docs-cn/modules/@angular/compiler/src/xhr.ts

9 lines
222 B
TypeScript
Raw Normal View History

fix(dart): fix the static_browser platform not to include compiler Closes #5321
2015-11-16 13:58:24 -08:00
// TODO: vsavkin rename it into TemplateLoader
docs(*): Document a lot more symbols that are missing comments in our generated docs.
2015-12-03 15:49:09 -08:00
/**
* An interface for retrieving documents by URL that the compiler uses
* to load templates.
*/
feat(compiler, ShadowDom): adds TemplateLoader using XHR. Also adds css shimming for emulated shadow dom and makes the shadowDom strategy global to the application.
2015-01-30 09:43:21 +01:00
export class XHR {
refactor(render): ts’ify render api
2015-05-18 11:57:20 -07:00
get(url: string): Promise<string> { return null; }
feat(compiler, ShadowDom): adds TemplateLoader using XHR. Also adds css shimming for emulated shadow dom and makes the shadowDom strategy global to the application.
2015-01-30 09:43:21 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 137ms Template: 2ms
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