ff71eff157
refactor(core): use flags in Renderer2.setStyle
instead of booleans ( #15045 )
...
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
6c8638cf01
feat(core): allow to provide multiple default testing modules ( #15054 )
...
This can be used to e.g. add the NoopAnimationsModule by default:
```
TestBed.initTestEnvironment([
BrowserDynamicTestingModule,
NoopAnimationsModule
], platformBrowserDynamicTesting());
```
2017-03-10 16:55:32 -08:00
8b5c6b2732
fix(compiler): shouldn't throw when Symbol is used as DI token ( #13701 )
...
Closes #13314
2017-03-10 15:26:37 -08:00
601494734c
Revert "fix(core): ErrorHandler should not rethrow an error by default ( #13534 )"
...
This reverts commit 1aebea52e1
.
2017-03-10 15:05:48 -08:00
1aebea52e1
fix(core): ErrorHandler should not rethrow an error by default ( #13534 )
...
Closes #14949
Closes #13159
Closes #8993
2017-03-10 14:44:14 -08:00
5f9fb911f7
fix(compiler): improve error msg for unexpected closing tags ( #14747 )
...
Closes #6652
2017-03-10 13:05:17 -08:00
bebedfed24
build: build modules and examples for karma
2017-03-08 17:35:20 -08:00
2b44854885
build: fix paths for examples tests
2017-03-08 16:29:28 -08:00
b74ab83d2c
refactor: update paths from modules/@angular to packages
2017-03-08 16:29:28 -08:00
da8ea350b2
refactor: More generic build.sh file
2017-03-08 16:29:28 -08:00
58dd4673cd
refactor: remove babel config files
2017-03-08 16:29:28 -08:00
72563b61fb
build: fix rollup config file paths
2017-03-08 16:29:28 -08:00
5aed1e36b8
refactor: move secondary entry point rollup configs.
2017-03-08 16:29:28 -08:00
8573e36574
build: fix file paths after moving modules/@angular/* to packages/*
2017-03-08 16:29:28 -08:00
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00