Andrew Kushnir
d0ca7c792d
docs: add Andrew Kushnir to Angular team ( #30045 )
...
PR Close #30045
2019-04-24 11:04:13 -07:00
Ahsan Ayaz
d1b7d36646
docs: add Muhammad Ahsan Ayaz to GDE contributors group ( #29838 )
...
PR Close #29838
2019-04-18 18:18:16 -07:00
George Kalpakas
d1d0f4a1ad
fix(docs-infra): add missing ng-conf image ( #29902 )
...
As of b9fead7f8
, the image is referenced in `announcements.json`, but it
was already removed (as it wasn't used at the time) in 7f905da33
.
PR Close #29902
2019-04-15 09:12:58 -07:00
Alex Eagle
77aff0b7bb
docs(aio): add globegitter to Angular collaborators ( #29142 )
...
PR Close #29142
2019-04-11 08:06:17 -07:00
George Kalpakas
cd6581e4f0
docs: use smaller image for Jason Bedard (since it was already available) ( #29601 )
...
PR Close #29601
2019-04-01 11:24:42 -07:00
Brandon
12c9bd257d
docs: add new getting started guide ( #27684 )
...
PR Close #27684
2019-03-29 10:47:37 -07:00
JoostK
d46a7c8468
docs: add Joost Koehoorn to Angular collaborators ( #29554 )
...
PR Close #29554
2019-03-28 10:12:01 -07:00
Bonnie Brennan
50fb629012
docs: add Bonnie to GDE page ( #29432 )
...
PR Close #29432
2019-03-27 09:42:28 -07:00
Siddharth Ajmera
cfa6e8e008
docs: add Siddharth Ajmera to GDE resources ( #28456 )
...
PR Close #28456
2019-03-21 15:57:16 -07:00
luixaviles
afe3e72601
docs: add Luis Aviles to GDE resources ( #29405 )
...
PR Close #29405
2019-03-20 19:06:23 -04:00
Brandon
38c778e371
docs: add docs team to Angular Team section on collaborators page ( #29396 )
...
PR Close #29396
2019-03-20 13:40:18 -04:00
Justin Schwartzenberger
9a364a82fb
docs: add Justin Schwartzenberger to GDE page ( #29401 )
...
PR Close #29401
2019-03-20 13:11:31 -04:00
Judy Bogart
bc99b774ba
docs: add schematics guide ( #28343 )
...
PR Close #28343
2019-03-19 15:47:14 -04:00
Alex Eagle
f7738ad8d6
fix(aio): add jbedard to Angular Collaborators ( #29141 )
...
PR Close #29141
2019-03-15 00:14:12 -04:00
Alex Eagle
019e65abfb
docs(aio): add Adam Plumer to Angular collaborators ( #29143 )
...
PR Close #29143
2019-03-14 03:06:10 -04:00
Alex Eagle
a5a35ff54a
docs(aio): Add Cédric Exbrayat to Angular collaborators ( #29169 )
...
PR Close #29169
2019-03-13 12:56:15 -07:00
Alex Eagle
29fae6de08
docs(aio): add JiaLiPassion to Angular collaborators ( #29145 )
...
PR Close #29145
2019-03-12 18:03:16 -07:00
Sam Julien
defc30c7ab
docs: add Sam Julien to GDE group ( #29190 )
...
PR Close #29190
2019-03-12 10:34:30 -07:00
George Kalpakas
ad9415af1d
docs: remove unused examples and images ( #28597 )
...
PR Close #28597
2019-03-07 13:24:01 -08:00
tomastrajan
c866c11bf8
docs: add tomas trajan to GDE resources ( #29116 )
...
PR Close #29116
2019-03-07 07:30:08 -08:00
Alex Eagle
887faffa25
docs: cleanup contributors ( #28930 )
...
- remove individuals from @angular/* package.json, we don't keep them up-to-date
- switch keys in contributors.json to GitHub handles, seems like a better identifier and lets us grab avatar images from GitHub account
- move emeritus ppl to a new Alumni group (won't yet appear on the site)
- add "lead/mentor" keys so we know who is coordinating work
- add a script that generates an "org chart" graphic
PR Close #28930
2019-03-06 14:48:30 -08:00
Author Name
1930e8a072
docs: add Leonardo Zizzamia to GDE resources ( #25935 )
...
PR Close #25935
2019-02-25 14:07:55 -08:00
Sharon DiOrio
295a143ae0
docs: add Sharon DiOrio to contributors ( #28671 )
...
PR Close #28671
2019-02-19 16:15:00 -08:00
sis0k0
71e64e93e6
docs: add Stanimira Vlaeva to contributors ( #28500 )
...
PR Close #28500
2019-02-19 13:01:18 -08:00
Keilla Fernandes
0cc5804169
docs(aio): add Keilla Fernandes to GDE resources ( #28437 )
...
PR Close #28437
2019-02-19 11:24:14 -08:00
Jeremy Elbourn
ec6e7303dd
perf: pngcrush all pngs ( #28479 )
...
This is the result of running
```sh
find ./ -iname "*.png" -exec pngcrush -brute -ow -- {} \;
```
[Summary of size reductions](https://docs.google.com/spreadsheets/d/12Qgx7DfKabWw0PJza6ozC1kCHTofi6wyBLWGtwLW7G4/preview )
Last done in July, 2017 in #18243
PR Close #28479
2019-02-01 13:56:02 -05:00
Jeff Cross
0eef958735
docs: add Jeff Cross to contributors ( #28432 )
...
PR Close #28432
2019-01-29 16:41:31 -08:00
Kapunahele Wong
75074d009f
docs: rewrite event binding section and add example ( #26162 )
...
PR Close #26162
2019-01-22 11:31:41 -08:00
dennisameling
3983d04b1c
docs: fix dynamic-component-loader example for Adblock Plus + EasyList ( #27212 )
...
Reported issue in #18138 is due to EasyList being selected in ABP. This commit fixes both the image at the bottom of the Dynamic Component Loader example, and the Stackblitz demo.
Fixes #18138
PR Close #27212
2018-11-30 13:35:38 -08:00
Pete Bacon Darwin
aefa06f7df
docs(core): update security guide sanitize example ( #26777 )
...
The sanitizer now removes the content of script tags as well as the tag itself.
PR Close #26777
2018-10-26 12:31:49 -04:00
Brian Love
e4c7f369f2
docs: add Brian Love to GDE resources ( #26594 )
...
PR Close #26594
2018-10-23 08:54:41 -07:00
Katerina Skroumpelou
716d887e51
docs: add Katerina Skroumpelou to GDE resources ( #26547 )
...
PR Close #26547
2018-10-19 11:29:13 -07:00
jenniferfell
b2db32b715
docs: getting started updated for accuracy and style ( #26093 )
...
PR Close #26093
2018-10-12 14:16:02 -07:00
Suguru Inatomi
35936864bc
docs: add Suguru Inatomi to GDE resources ( #26219 )
...
PR Close #26219
2018-10-04 10:10:52 -07:00
Judy Bogart
f455518d80
docs: integrate cli doc from wiki into main doc ( #25776 )
...
PR Close #25776
2018-09-27 15:33:47 -07:00
Brandon Roberts
7db8111973
docs: add updated reactive forms data flow image ( #25663 )
...
PR Close #25663
2018-09-25 18:48:15 -07:00
Brandon Roberts
9661bed3ba
docs: add updated forms overview images ( #25663 )
...
PR Close #25663
2018-09-25 18:48:15 -07:00
Brandon Roberts
95168e4de0
docs: integrate forms diagrams into overview ( #25663 )
...
PR Close #25663
2018-09-25 18:48:15 -07:00
sajeetharan
48094835bf
docs: add Sajee to contributors ( #26028 )
...
PR Close #26028
2018-09-21 10:24:15 -07:00
Vani
f91b0455c0
docs(animations): updated animation docs ( #24206 )
...
PR Close #24206
2018-09-19 10:37:31 -07:00
George Kalpakas
8b614d4e1b
refactor(docs-infra): move concept icons to more appropriate location ( #19795 )
...
PR Close #19795
2018-08-27 16:30:42 -04:00
George Kalpakas
7f905da335
refactor(docs-infra): remove unused images ( #19795 )
...
PR Close #19795
2018-08-27 16:30:42 -04:00
Alex Rickabaugh
be24f9f0cb
feat(docs-infra): Convert AIO to use the new Service Worker 5.0.0. ( #19795 )
...
AIO is currently using a beta version of @angular/service-worker.
Since that was implemented, the SW has been rewritten and released
as part of Angular 5.0.0. This commit updates AIO to use the latest
implementation, with an appropriate configuration file that caches
the various AIO assets in useful ways.
PR Close #19795
2018-08-27 16:30:42 -04:00
Brandon Roberts
de03abbd34
docs: reactive forms guide copy edits ( #25417 )
...
PR Close #25417
2018-08-16 13:50:51 -07:00
Kevin Yang
7a4fb44f8d
docs(aio): add Kevin Yang to GDE resources ( #24791 )
...
Add files via upload
PR Close #24791
2018-08-01 10:55:41 -07:00
Brandon Roberts
99a393e84f
docs: add new Reactive Forms guide ( #24578 )
...
PR Close #24578
2018-07-19 13:46:30 -04:00
Elana Olson
b91254fc43
docs(aio): add elana olson to contributor.json file ( #24579 )
...
Add new contributor, elana olson, to the contributors list.
PR Close #24579
2018-06-20 16:50:54 -07:00
Kim Maida
49d5de68f6
docs(aio): Add GDE Kim Maida to contributors
2018-05-30 17:33:33 -07:00
Mashhood Rastgar
3de80fc7fb
docs(aio): Added Mashhood as GDE in contributors ( #24157 )
...
PR Close #24157
2018-05-29 16:20:05 -04:00
Juri
36cc72ee5b
docs(aio): add Juri Strumpflohner to GDE resources ( #24086 )
...
PR Close #24086
2018-05-25 13:43:50 -04:00