21 Commits

Author SHA1 Message Date
Miško Hevery
411de252d7 fix(ivy): disable test which rely on DebugElement in WebWorker ()
PR Close 
2019-01-04 18:37:31 -08:00
crisbeto
5fee444fea test(ivy): update test failure root cause ()
Updates the root cause for a couple of the test failures.

PR Close 
2019-01-03 09:37:26 -08:00
Igor Minar
8f8c5ba12e test(ivy): improve fixme message in //packages/platform-webworker/test ()
the old one was not detailed enough

PR Close 
2018-12-14 10:20:18 -08:00
Olivier Combe
1279a503a1 feat(ivy): add ng-reflect debug text for containers ()
PR Close 
2018-12-05 10:40:08 -08:00
Misko Hevery
f52600e261 test(ivy): add ability to find already passing tests ()
PR Close 
2018-12-05 09:34:52 -08:00
Ben Lesh
65775a36d7 refactor(ivy): add fixmeIvy blocks to ivy failing tests ()
PR Close 
2018-11-29 21:29:07 -08:00
Ben Lesh
6e89b1c1cd refactor(ivy): updates imports so tests will run in Bazel with ivy AOT ()
PR Close 
2018-11-29 21:29:07 -08:00
George Kalpakas
2d38fa104b test(platform-webworker): avoid flakes due to existing PlatformRef ()
PR Close 
2018-07-20 10:47:17 -07:00
Matias Niemelä
9be8abd012 build: disable IE web worker tests ()
Travis (saucelabs) has been super flaky when running IE
web worker tests lately. This patch temporarily disables
these tests on IE (not edge) until things get more stable.

PR Close 
2018-07-16 16:07:56 -04:00
George Kalpakas
809e8f742e test: make NgMatchers type-aware ()
PR Close 
2018-07-06 13:48:02 -07:00
Rado Kirov
c95437f15d build(bazel): Turning on strictPropertyInitialization for Angular. ()
All errors for existing fields have been detected and suppressed with a
`!` assertion.

Issue/24571 is tracking proper clean up of those instances.

One-line change required in ivy/compilation.ts, because it appears that
the new syntax causes tsickle emitted node to no longer track their
original sourceFiles.

PR Close 
2018-06-25 07:57:13 -07:00
Veres Lajos
de90314304 style: typos fixed - https://github.com/vlajos/misspell-fixer ()
PR Close 
2018-03-27 14:51:53 -04:00
Misko Hevery
3d50fd7cac build: add bazel test rules for remainder of packages ()
PR Close 
2017-12-22 13:10:51 -08:00
Misko Hevery
47e251a80a build: remove main() from specs ()
PR Close 
2017-12-22 13:10:51 -08:00
Tobias Bosch
6ade68cff1 fix(compiler): correctly instantiate eager providers that are used via Injector.get ()
Closes 

PR Close 
2017-10-10 10:15:46 -07:00
Olivier Combe
b6431c60e6 refactor: core, http & platform-webworker to remove public private class separation ()
The private classes `ApplicationRef_`, `PlatformRef_`, `JSONPConnection_`, `JSONPBackend_`, `ClientMessageBrokerFactory_`, `ServiceMessageBroker_`, `ClientMessageBroker_` and `ServiceMessageBrokerFactory_` have been removed and merged into their public equivalents.

The size of the minified umd bundles have been slightly decreased:
| package            | before     | after      |
| -------------------|------------|------------|
| core               | 217.791 kb | 217.144 kb |
| http               | 33.260 kb  | 32.838 kb  | 
| platform-webworker | 56.015 kb  | 54.933 kb  |
PR Close 
2017-09-14 13:38:06 -04:00
Victor Berchet
c723d42d0a refactor: fix typos () 2017-07-07 16:55:17 -07:00
Miško Hevery
728c9d0632 fix(platform-browser): Update types for TypeScript nullability support
Closes 
2017-04-18 12:07:33 -07:00
Tobias Bosch
ff71eff157 refactor(core): use flags in Renderer2.setStyle instead of booleans ()
BREAKING CHANGE: (since v4 rc.1)
- `Renderer2.setStyle` no longer takes booleans but rather a
  bit mask of flags.
2017-03-13 09:45:04 -07:00
Jason Aden
8573e36574 build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
Jason Aden
3e51a19983 refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00