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/angular2/src/compiler/xhr.ts

7 lines
211 B
TypeScript
Raw Normal View History

refactor(core): move facades out of core This is part of ongoing work to make core platform-independent. BREAKING CHANGE All private exports from 'angular2/src/core/facade/{lang,collection,exception_handler}' should be replaced with 'angular2/src/facade/{lang,collection,exception_handler}'.
2015-11-06 17:34:07 -08:00
import {Promise} from 'angular2/src/facade/async';
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
chore(core): move compiler out of core BREAKING CHANGE All imports from 'angular2/core/compiler' should be changed to 'angular2/compiler'.
2015-11-05 14:07:57 -08:00
// TODO: vsavkin rename it into TemplateLoader and do not reexport it via DomAdapter
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: 81ms 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