Skip to content

Tags: davidandrewsmith90/angular

Tags

4.2.0-rc.2

docs: add changelog for 4.2.0-rc.2

4.2.0-rc.1

docs: add changelog for 4.2.0-rc.1

4.2.0-rc.0

docs: add changelog for 4.2.0-rc.0

archive/0503-router

refactor(router): don't run the change detection every time an outlet…

… is activated

4.1.3

docs: add changelog for 4.1.3

archive/0516-nobundle

build: do not create the bundles when updating the public API

- 1.7x faster on my machine (2.7 vs 4.6 min)
- should solve the memory issue

archive/0512-ng1router

fix(router): Wrap Promise-like instances in native Promises

Hybrid apps (mix of Angular and AngularJS) might return AngularJS implementation
of Promises that do not play well with the change detection. Wrapping them in
native Promises fix this issue.

This could be the case when a Resolver returns a `$q` promise.

4.2.0-beta.1

docs: add changelog for 4.2.0-beta.1

4.1.2

docs: add changelog for 4.1.2

4.2.0-beta.0

docs: add changelog for 4.2.0-beta.0