Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
Joey Perrott
698b0288be
build: reformat repo to new clang@1.4.0 ( #36613 )
...
PR Close #36613
2020-04-14 12:08:36 -07:00
Kara Erickson
970b58b13f
refactor(core): move server-only DomAdapter methods into ServerRenderer ( #32408 )
...
PR Close #32408
2019-09-03 11:59:39 -07:00
Misko Hevery
8a47b48912
refactor: Move `dom_adapter.ts` to `@angular/common` ( #32154 )
...
This work is needed in preparation for turning tokens into tree-shakable injectables.
PR Close #32154
2019-08-29 21:51:56 -07:00
Kara Erickson
30dabdf8fc
refactor(core): remove testing-only DOM manipulation utils from DomAdapters ( #32291 )
...
PR Close #32291
2019-08-28 17:10:30 -07:00
Kara Erickson
ede5786d1e
refactor(core): remove testing-only style utils from DomAdapters ( #32291 )
...
PR Close #32291
2019-08-28 17:10:29 -07:00
Victor Berchet
8115edc82f
fix(common): then and else template might be set to null ( #22298 )
...
PR Close #22298
2018-02-18 19:25:28 -08:00
Trotyl
67cf11d071
feat(common): better error message when non-template element used in NgIf ( #22274 )
...
closes #16410
PR Close #22274
2018-02-18 13:26:50 -08:00
Misko Hevery
47e251a80a
build: remove `main()` from specs ( #21053 )
...
PR Close #21053
2017-12-22 13:10:51 -08:00
Miško Hevery
d8b73e4223
fix(common): Update types for TypeScript nullability support
2017-04-10 15:26:33 -06:00
Miško Hevery
c10c060d20
feat(common): support `as` syntax in template/* bindings ( #15025 )
...
* feat(common): support `as` syntax in template/* bindings
Closes #15020
Showing the new and the equivalent old syntax.
- `*ngIf="exp as var1”`
=> `*ngIf="exp; let var1 = ngIf”`
- `*ngFor="var item of itemsStream |async as items”`
=> `*ngFor="var item of itemsStream |async; let items = ngForOf”`
* feat(common): convert ngIf to use `*ngIf="exp as local“` syntax
* feat(common): convert ngForOf to use `*ngFor=“let i of exp as local“` syntax
* feat(common): expose NgForOfContext and NgIfContext
2017-03-14 20:46:29 -07:00
Jason Aden
8573e36574
build: fix file paths after moving modules/@angular/* to packages/*
2017-03-08 16:29:28 -08:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00