Skip to content

Tags: bmarkov/angular

Tags

4.2.2

Toggle 4.2.2's commit message
docs: add changelog for 4.2.2

4.2.1

Toggle 4.2.1's commit message
docs: add changelog for 4.2.1

4.2.0

Toggle 4.2.0's commit message
docs: add changelog for 4.2.0

4.2.0-rc.2

Toggle 4.2.0-rc.2's commit message
docs: add changelog for 4.2.0-rc.2

4.2.0-rc.1

Toggle 4.2.0-rc.1's commit message
docs: add changelog for 4.2.0-rc.1

4.2.0-rc.0

Toggle 4.2.0-rc.0's commit message
docs: add changelog for 4.2.0-rc.0

archive/0503-router

Toggle archive/0503-router's commit message
refactor(router): don't run the change detection every time an outlet…

… is activated

4.1.3

Toggle 4.1.3's commit message
docs: add changelog for 4.1.3

archive/0516-nobundle

Toggle archive/0516-nobundle's commit message
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

Toggle archive/0512-ng1router's commit message
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.