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/tools/types.d.ts

6 lines
281 B
TypeScript
Raw Normal View History

build: consolidate tsc to ease migration to @types/ based typings delivery I actually tried to use @types/* directly but came across several issues which prevented me from switching over: - https://github.com/Microsoft/TypeScript/issues/8715 - https://github.com/Microsoft/TypeScript/issues/8723
2016-05-20 16:06:52 -07:00
// This file contains all ambient imports needed to compile the tools source code
build: remove dependency on tsd and use @types/* instead
2016-05-25 15:37:40 -07:00
/// <reference path="../node_modules/@types/jasmine/index.d.ts" />
/// <reference path="../node_modules/@types/node/index.d.ts" />
fix(fakeAsync): have fakeAsync use Proxy zone. (#10797) Closes #10503 It is possible for code in `beforeEach` to capture and fork a zone (for example creating `NgZone` in `beforeEach`). Subsequently the code in `it` may chose to do `fakeAsync`. The issue is that because the code in `it` can use `NgZone` from the `beforeEach`. it effectively can escape the `fakeAsync` zone. A solution is to run all of the test in `ProxyZone` which allows a test to dynamically replace the rules at any time. This allows the `beforeEach` to fork a zone, and then `it` to retroactively became `fakeAsync` zone.
2016-08-19 12:10:53 -07:00
/// <reference path="../node_modules/zone.js/dist/zone.js.d.ts" />
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 252ms 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