angular-docs-cn/packages
JiaLiPassion ef4736d052 build: update jasmine to 3.5 (#34625)
1. update jasmine to 3.5
2. update @types/jasmine to 3.5
3. update @types/jasminewd2 to 2.0.8

Also fix several cases, the new jasmine 3 will help to create test cases correctly,
such as in the `jasmine 2.x` version, the following case will pass

```
expect(1 == 2);
```

But in jsamine 3, the case will need to be

```
expect(1 == 2).toBeTrue();
```

PR Close #34625
2020-04-08 12:10:34 -07:00
..
animations build: provide full paths to `ts_api_guardian_test_npm_package` and `ts_api_guardian_test` (#36034) 2020-03-12 09:49:00 -07:00
bazel build: rebuild yarn lock from scratch (#36377) 2020-04-03 11:09:17 -07:00
benchpress fix(benchpress): update dependencies (#36205) 2020-04-01 13:19:33 -07:00
common build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
compiler fix(compiler-cli): pass real source spans where they are empty (#31805) 2020-04-06 09:28:27 -07:00
compiler-cli build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
core build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
docs
elements build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
examples build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
forms docs: update reactive forms page (#35969) 2020-04-07 15:24:17 -07:00
http build: provide full paths to `ts_api_guardian_test_npm_package` and `ts_api_guardian_test` (#36034) 2020-03-12 09:49:00 -07:00
language-service build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
localize build: provide full paths to `ts_api_guardian_test_npm_package` and `ts_api_guardian_test` (#36034) 2020-03-12 09:49:00 -07:00
platform-browser build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
platform-browser-dynamic build: provide full paths to `ts_api_guardian_test_npm_package` and `ts_api_guardian_test` (#36034) 2020-03-12 09:49:00 -07:00
platform-server fix(platform-server): update `xhr2` dependency (#36366) 2020-04-01 13:31:38 -07:00
platform-webworker build: provide full paths to `ts_api_guardian_test_npm_package` and `ts_api_guardian_test` (#36034) 2020-03-12 09:49:00 -07:00
platform-webworker-dynamic build: provide full paths to `ts_api_guardian_test_npm_package` and `ts_api_guardian_test` (#36034) 2020-03-12 09:49:00 -07:00
private/testing fix(core): adhere to bootstrap options for JIT compiled components (#35534) 2020-03-19 08:57:39 -07:00
router build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
service-worker build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
upgrade build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
zone.js build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
BUILD.bazel
README.md
circular-deps-test.conf.js build: allow custom module resolution for ts-circular-deps tests (#36226) 2020-03-27 11:14:49 -07:00
empty.ts
goog.d.ts
license-banner.txt build: bump year (#34651) 2020-01-13 07:21:43 -08:00
system.d.ts build: no longer run tslint from within gulp task (#35800) 2020-03-03 09:20:49 -08:00
tsconfig-build-no-strict.json
tsconfig-build.json
tsconfig-test.json
tsconfig.json build: enable IDE type checking of $localize code (#35711) 2020-02-28 07:09:50 -08:00
types.d.ts

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

Usage information and reference details can be found in Angular documentation.

License: MIT