This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Mar 01, 2018
-
-
Alex Eagle authored
-
Alex Eagle authored
-
- Feb 28, 2018
-
-
Stephen Fluin authored
-
George Kalpakas authored
Previously, when a downgraded component was destroyed in a way that did not trigger the `$destroy` event on the element (e.g. when a parent element was removed from the DOM by Angular, not AngularJS), the `ComponentRef` was not destroyed and unregistered. This commit fixes it by listening for the `$destroy` event on both the element and the scope. Fixes #22392 PR Close #22400
-
Jason Aden authored
PR Close #21423
-
- Feb 27, 2018
-
-
haoRchen authored
The h3 element is overflowing over its surrounding div element. Modified padding-right to align consistently with the remainder of div contents. fixes: #22407 PR Close #22431
-
haoRchen authored
The h3 element is overflowing over its surrounding div element. Modified padding-left to align consistently with the remainder of div contents. fixes: #22407 PR Close #22431
-
Olivier Combe authored
PR Close #21767
-
Adam Plumer authored
* Add correct mapping from camel case to kebab case for CSS style names * Remove internal CSS methods in favor of native Domino APIs Fixes #19235 PR Close #22263
-
Ward Bell authored
- updates tests - heavy prose revisions - uses HttpClient (with angular-in-memory-web-api) - test HeroService using `HttpClientTestingModule` - scrub away most By.CSS - fake async observable with `asyncData()` - extensive Twain work - different take on retryWhen - remove app barrels (& systemjs.extras) which troubled plunker/systemjs - add dummy export const to hero.ts (plunkr/systemjs fails w/o it) - shrink and re-organize TOC - add marble testing package and tests - demonstrate the "no beforeEach()" test coding style - add section on Http service testing - prepare for stackblitz - confirm works in plunker except excluded marble test - add tests for avoidFile class feature of CodeExampleComponent PR Close #20697
-
Jamie Krug authored
The variable name mention should match the actual tutorial code. PR Close #22456
-
- Feb 26, 2018
-
-
George Kalpakas authored
The function provided by `ngUpgrade` as `parentBoundTranscludeFn` when upgrading a component with transclusion, will break in AngularJS v1.5.8+ if no transclusion content is provided. The reason is that AngularJS will try to destroy the transclusion scope (which would not be needed any more). But since the transcluded content comes from Angular, not AngularJS, there is no transclusion scope to destroy. This commit fixes it by providing a dummy scope object with a no-op `$destroy()` method. Fixes #22175 PR Close #22167
-
George Kalpakas authored
Previously, having a `=` binding on an upgraded components would result in setting the corresponding property to an EventEmitter function. This should only happen for `&` bindings. This commit rstrores the correct behavior. Note: The issue was only present in the dynamic version of `ngUpgrade`. The static version worked as expected. The error did not show up in tests, because in AngularJS v1.5.x a function would be serialized to an empty string in interpolations, thus making them indistinguishable from uninitialized properties (in the view). The serialization behavior changed in AngularJS v1.6.x, making the errors visible. PR Close #22167
-
George Kalpakas authored
Fixes #19332 PR Close #22167
-
George Kalpakas authored
`packages/upgrade/static/src` is anymlink to `packages/upgrade/src`. Still, using the correct paths (e.g. using `@angular/upgrade/static/src/...` for `@angula/upgrade/static` specs ensures that the module loader (e.g. SystemJS) can map the imports to the same instances. PR Close #22167
-
George Kalpakas authored
PR Close #22167
-
- Feb 24, 2018
-
-
Victor Berchet authored
fixes #22256 PR Close #22414
-
hariharanjv authored
PR Close #19739
-
ROOT\hariharanjv authored
PR Close #19739
-
Alex Eagle authored
PR Close #22408
-
Alex Eagle authored
It's currently broken on CircleCI because of a TLS change made by GitHub. This is okay as a permanent change, we don't really want bazel to fetch a full git history. Fixes #22405 PR Close #22406
-
- Feb 23, 2018
-
-
Kapunahele Wong authored
PR Close #22048
-
Jason Aden authored
Fixes #22203 PR Close #22358
-
Alex Eagle authored
It causes headaches on MacOS High Sierra, see https://github.com/bazelbuild/bazel/issues/4603 PR Close #22375
-
Kapunahele Wong authored
closes #22157 PR Close #22316
-
Kapunahele Wong authored
Change recommendation on using attributes for components since there are use cases including the use of <button mat-button> in MD Closes #19401. PR Close #22074
-
Martin Probst authored
PR Close #22245
-
- Feb 22, 2018
-
-
Victor Berchet authored
-
Victor Berchet authored
-
Victor Berchet authored
This reverts commit fdbfd21b.
-
Trotyl authored
closes #21731 PR Close #22356
-
Trotyl authored
closes #19978 PR Close #22284
-
Marco Alvarado authored
Minor documentation update to include event hooks that were assumed to only work on components. Closes angular/angular#10221 PR Close #16654
-
zhilich authored
PR Close #21275
-
Ricardo M authored
PR Close #22327
-
Victor Berchet authored
`git revert` default message is "Revert <original message>" (no semi-colon) PR Close #22339
-
- Feb 21, 2018
-
-
Kapunahele Wong authored
PR Close #22070
-
Ro Savage authored
PR Close #22335
-
Oussama Ben Brahim authored
Fixes #22222 PR Close #22333
-
Pascal Zwick authored
PR Close #22332
-