Zhicheng Wang
d5cc9b4bd5
fix: minor improvement
2017-08-26 17:59:07 +08:00
Zhicheng Wang
c89ce5dc3f
fix: minor improvement
2017-08-26 17:56:20 +08:00
Zhicheng Wang
6545c5a21c
fix: minor improvement
2017-08-26 17:55:21 +08:00
Zhicheng Wang
5976e2a35f
fix: translation mistake
2017-08-22 21:12:48 +08:00
Zhicheng Wang
2612cd33ee
fix: minor improvement
2017-08-22 07:10:34 +08:00
Zhicheng Wang
f3da3416f4
fix: remove github link (can't support it) #246
2017-08-21 21:44:36 +08:00
Zhicheng Wang
b88204dffb
fix: typo #243 #244 #246
2017-08-21 21:38:37 +08:00
lin
28eb918651
spelling mistake
...
树组=>数组
2017-08-21 21:33:16 +08:00
lin
c628ef0240
translate mistake
...
english part: The `:id` in the second route
current translation: 第一个路由中的:id
2017-08-21 21:32:48 +08:00
Zhicheng Wang
e9e47e645b
fix: add ng-zorro
2017-08-21 09:25:39 +08:00
Zhicheng Wang
0e1fa4581a
fix: a null point exception
2017-08-21 09:05:59 +08:00
Zhicheng Wang
de34171fa2
Merge remote-tracking branch 'origin/master' into aio
...
# Conflicts:
# aio/content/guide/aot-compiler.md
# aio/content/guide/change-log.md
# aio/content/guide/ts-to-js.md
# aio/content/marketing/docs.md
# aio/content/navigation.json
# aio/src/app/documents/document.service.ts
2017-08-20 19:39:38 +08:00
Zhicheng Wang
ed507026cb
fix: typo
2017-08-20 15:05:23 +08:00
Matias Niemelä
70628112e8
fix(animations): restore auto-style support for removed DOM nodes ( #18787 )
...
PR Close #18787
2017-08-18 23:31:10 -05:00
Matias Niemelä
29aa8b33df
fix(animations): make sure animation cancellations respect AUTO style values ( #18787 )
...
Closes #17450
PR Close #18787
2017-08-18 23:31:10 -05:00
Matias Niemelä
e25f05ae7c
fix(animations): make sure @.disabled respects disabled parent/sub animation sequences ( #18715 )
...
Prior to this fix if @parent and @child animations ran at the same
time within a disabled region then there was a chance that a @child
sub animation would never complete. This would cause *directives to
never close a removal when a @child trigger was placed on them. This
patch fixes this issue.
PR Close #18715
2017-08-18 23:30:28 -05:00
Matias Niemelä
791c7efe29
fix(animations): ensure animations are disabled on the element containing the @.disabled flag ( #18714 )
...
Prior to fix this fix, @.disabled would only work to disable child
animations. Now it will also disable animations for the element that has
the @.disabled flag (which makes more sense).
PR Close #18714
2017-08-18 23:28:07 -05:00
Matias Niemelä
2159342038
feat(animations): allow @.disabled property to work without an expression ( #18713 )
...
PR Close #18713
2017-08-18 23:28:04 -05:00
Filipe Silva
e228f2caa6
fix(compiler-cli): use forward slashes for ts.resolveModuleName ( #18784 )
...
Windows paths have back slashes, but TypeScript expects to always have forward slashes.
In other places where this call happens (like `src/compiler_host.ts`) the same fix is present.
PR Close #18784
2017-08-18 22:28:08 -05:00
Olivier Combe
7522987a51
refactor(common): remove deprecated `NgTemplateOutlet#ngOutletContext` ( #18780 )
...
BREAKING CHANGE: `NgTemplateOutlet#ngOutletContext` has been removed as it was deprecated since v4. Use `NgTemplateOutlet#ngTemplateOutletContext` instead.
PR Close #18780
2017-08-18 22:28:01 -05:00
Joe
ff6a20d138
docs(aio): fix card inconsistency ( #18726 )
...
PR Close #18726
2017-08-18 22:27:48 -05:00
Yuan Gao
4eb1f91bee
ci(aio): Refactored payload size script, add script to track payload ( #18517 )
...
PR Close #18517
2017-08-18 22:27:38 -05:00
Marc Laval
f53f7241a0
fix(core): correct order in ContentChildren query result ( #18326 )
...
Fixes #16568
PR Close #18326
2017-08-18 22:27:30 -05:00
Olivier Combe
f2a2a6b478
refactor(core): remove deprecated `Testability#findBindings` ( #18782 )
...
BREAKING CHANGE: `Testability#findBindings` has been removed as it was deprecated since v4. Use `Testability#findProviders` instead.
PR Close #18782
2017-08-18 17:13:16 -05:00
Olivier Combe
d61b9021e0
refactor(core): remove deprecated `DebugNode#source` ( #18779 )
...
BREAKING CHANGE: `DebugNode#source` has been removed as it was deprecated since v4.
PR Close #18779
2017-08-18 17:13:16 -05:00
Olivier Combe
499d05ddee
refactor(compiler): remove option `useDebug` ( #18778 )
...
BREAKING CHANGE: the option `useDebug` for the compiler has been removed as it had no effect and was deprecated since v4.
PR Close #18778
2017-08-18 17:13:16 -05:00
Peter Bacon Darwin
b8a3736275
build(aio): do not auto-link code elements already inside a link ( #18776 )
...
Closes #18769
PR Close #18776
2017-08-18 17:13:16 -05:00
Pawel Kozlowski
7d72d0eb9b
refactor(compiler): align &ngsp; handling with Angular Dart implementation ( #18774 )
...
PR Close #18774
2017-08-18 17:13:15 -05:00
Tea
7f4c964eef
docs(aio): typo in template-syntax guide ( #18765 )
...
PR Close #18765
2017-08-18 17:13:15 -05:00
Olivier Combe
be9713c6e2
refactor(core): remove deprecated `ChangeDetectionRef` argument in `DifferFactory#create` ( #18757 )
...
BREAKING CHANGE: `DifferFactory.create` no longer takes ChangeDetectionRef as a first argument as it was not used and deprecated since v4.
PR Close #18757
2017-08-18 13:23:47 -05:00
Olivier Combe
596e9f4e04
refactor(core): remove deprecated `TrackByFn` ( #18757 )
...
BREAKING CHANGE: `TrackByFn` has been removed because it was deprecated since v4. Use `TrackByFunction` instead.
PR Close #18757
2017-08-18 13:23:46 -05:00
mgechev
da14391cff
docs(aio): update resource for codelyzer ( #18742 )
...
PR Close #18742
2017-08-18 13:23:26 -05:00
Georgios Kalpakas
60c803649b
test(aio): fix error logged during tests ( #18659 )
...
The fixed test expected there to be a doc version without a URL. This used to be
the case but not any more. As a result, an error was logged in the test output
(but no failure).
This commit fixes it by ensuring that a version without a URL exists.
PR Close #18659
2017-08-18 13:23:16 -05:00
Georgios Kalpakas
17b71ae382
docs(aio): move code snippet to appropriate location ( #18650 )
...
PR Close #18650
2017-08-18 13:23:09 -05:00
Zhicheng Wang
5fef0dae9c
fix: minor improvement
2017-08-18 20:53:42 +08:00
Olivier Combe
a56468cf2f
refactor(platform-webworker): remove deprecated `PRIMITIVE` ( #18761 )
...
BREAKING CHANGE: `PRIMITIVE` has been removed as it was deprecated since v4. Use `SerializerTypes.PRIMITIVE` instead.
PR Close #18761
2017-08-17 18:02:00 -05:00
Olivier Combe
d7f42bfbe6
refactor(platform-browser): remove deprecated `NgProbeToken` ( #18760 )
...
BREAKING CHANGE: `NgProbeToken` has been removed from `@angular/platform-browser` as it was deprecated since v4. Import it from `@angular/core` instead.
PR Close #18760
2017-08-17 18:01:52 -05:00
Olivier Combe
8f413268cf
refactor(core): remove deprecated parameter for `ErrorHandler` ( #18759 )
...
BREAKING CHANGE: `ErrorHandler` no longer takes a parameter as it was not used and deprecated since v4.
PR Close #18759
2017-08-17 18:01:41 -05:00
Olivier Combe
2a62d9f056
build(packaging): increase node memory for tests ( #18755 )
...
PR Close #18755
2017-08-17 18:01:32 -05:00
cexbrayat
5f5a8e1da6
docs(aio): typo in metadata guide ( #18730 )
...
PR Close #18730
2017-08-17 18:01:20 -05:00
Alan Agius
6e3498ca8e
fix(tsc-wrapped): add metadata for `type` declarations ( #18704 )
...
Closes #18675
test(tsc-wrapped): fix collector tests
refactor(tsc-wrapped): change `__symbolic` to `interface` for `TypeAliasDeclaration`
tsc-wrapped: reword test
PR Close #18704
2017-08-17 18:01:10 -05:00
Tobias Bosch
7bfd850493
refactor(compiler): add missing test to compare core and compiler metadata ( #18739 )
...
PR Close #18739
2017-08-17 18:00:55 -05:00
Tobias Bosch
ffb1553282
refactor(compiler): make the new ngc API independent of tsickle ( #18739 )
...
This changes `performCompile` / `program.emit` to not tsickle automatically,
but allows to pass in an `emitCallback` in which tsickle can be executed.
2017-08-17 18:00:52 -05:00
Miško Hevery
56a5b02d04
test: add cli integration test ( #18738 )
...
This adds cli integration test which creates a hello-world and tests it.
PR Close #18738
2017-08-16 22:00:36 -05:00
Tobias Bosch
0cc77b4a69
refactor(compiler): split compiler and core ( #18683 )
...
After this, neither @angular/compiler nor @angular/comnpiler-cli depend
on @angular/core.
This add a duplication of some interfaces and enums which is stored
in @angular/compiler/src/core.ts
BREAKING CHANGE:
- `@angular/platform-server` now additionally depends on
`@angular/platform-browser-dynamic` as a peer dependency.
PR Close #18683
2017-08-16 17:58:53 -05:00
Tobias Bosch
a0ca01d580
refactor(compiler): drop typings tests for TypeScript 2.1 ( #18683 )
2017-08-16 17:58:48 -05:00
Tobias Bosch
2da45e629d
fix(tsc-wrapped): make `test.sh tools` run the tsc-wrapped tests again ( #18683 )
2017-08-16 17:58:44 -05:00
Vikram Subramanian
845c68fdb3
fix(animations): resolve error when using AnimationBuilder with platform-server ( #18642 )
...
Use an injected DOCUMENT instead of assuming the global 'document'
exists.
Fixes #18635 .
PR Close #18642
2017-08-16 17:47:42 -05:00
Olivier Combe
21c44672c4
build(packaging): increase node memory for tests ( #18731 )
...
PR Close #18731
2017-08-16 17:47:34 -05:00
Olivier Combe
83713ddea4
feat(common): add an empty DeprecatedI18NPipesModule module ( #18737 )
...
Adding an empty module to ease the migration to the i18n pipes.
PR Close #18737
2017-08-16 17:47:24 -05:00