35936864bc
docs: add Suguru Inatomi to GDE resources ( #26219 )
...
PR Close #26219
2018-10-04 10:10:52 -07:00
f455518d80
docs: integrate cli doc from wiki into main doc ( #25776 )
...
PR Close #25776
2018-09-27 15:33:47 -07:00
7db8111973
docs: add updated reactive forms data flow image ( #25663 )
...
PR Close #25663
2018-09-25 18:48:15 -07:00
9661bed3ba
docs: add updated forms overview images ( #25663 )
...
PR Close #25663
2018-09-25 18:48:15 -07:00
95168e4de0
docs: integrate forms diagrams into overview ( #25663 )
...
PR Close #25663
2018-09-25 18:48:15 -07:00
48094835bf
docs: add Sajee to contributors ( #26028 )
...
PR Close #26028
2018-09-21 10:24:15 -07:00
f91b0455c0
docs(animations): updated animation docs ( #24206 )
...
PR Close #24206
2018-09-19 10:37:31 -07:00
8b614d4e1b
refactor(docs-infra): move concept icons to more appropriate location ( #19795 )
...
PR Close #19795
2018-08-27 16:30:42 -04:00
7f905da335
refactor(docs-infra): remove unused images ( #19795 )
...
PR Close #19795
2018-08-27 16:30:42 -04:00
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
de03abbd34
docs: reactive forms guide copy edits ( #25417 )
...
PR Close #25417
2018-08-16 13:50:51 -07:00
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
99a393e84f
docs: add new Reactive Forms guide ( #24578 )
...
PR Close #24578
2018-07-19 13:46:30 -04:00
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
49d5de68f6
docs(aio): Add GDE Kim Maida to contributors
2018-05-30 17:33:33 -07:00
3de80fc7fb
docs(aio): Added Mashhood as GDE in contributors ( #24157 )
...
PR Close #24157
2018-05-29 16:20:05 -04:00
36cc72ee5b
docs(aio): add Juri Strumpflohner to GDE resources ( #24086 )
...
PR Close #24086
2018-05-25 13:43:50 -04:00
3cdf5afc6e
docs(aio): add mhartington to gde ( #23777 )
...
PR Close #23777
2018-05-21 16:05:18 -04:00
e129b18d17
docs(aio): add Cory Rylan to GDE resources ( #23840 )
...
PR Close #23840
2018-05-11 12:32:38 -04:00
117c7eebc3
docs(aio): add Alain Chautard in GDE list ( #23783 )
...
PR Close #23783
2018-05-10 12:07:10 -07:00
3b607e60e9
refactor(aio): remove unused images ( #23018 )
...
PR Close #23018
2018-04-05 10:12:09 -07:00
b874501025
docs(aio): update live-example
docs in authors style guide ( #23018 )
...
PR Close #23018
2018-04-05 10:12:09 -07:00
ff34d5ea7a
docs: add custom elements documentation ( #22966 )
...
PR Close #22966
2018-04-02 14:13:46 -07:00
04ca77e38e
docs(aio): update architecture section ( #21569 )
...
PR Close #21569
2018-03-15 14:48:35 -07:00
a7e1f236ff
docs: testing guide for CLI ( #20697 )
...
- updates tests
- heavy prose revisions
- uses HttpClient (with angular-in-memory-web-api)
- test HeroService using `HttpClientTestingModule`
- scrub away most By.CSS
- fake async observable with `asyncData()`
- extensive Twain work
- different take on retryWhen
- remove app barrels (& systemjs.extras) which troubled plunker/systemjs
- add dummy export const to hero.ts (plunkr/systemjs fails w/o it)
- shrink and re-organize TOC
- add marble testing package and tests
- demonstrate the "no beforeEach()" test coding style
- add section on Http service testing
- prepare for stackblitz
- confirm works in plunker except excluded marble test
- add tests for avoidFile class feature of CodeExampleComponent
PR Close #20697
2018-02-26 13:40:23 -08:00
80d424798e
docs(aio): added ngconf announcement ( #22272 )
...
PR Close #22272
2018-02-18 13:16:30 -08:00
83d43ac850
docs(aio): remove lifecycle hooks img ( #21425 )
...
PR Close #21425
2018-02-07 16:09:44 -08:00
1a75934cc0
build(aio): migrate plunker to stackblitz ( #20165 )
...
PR Close #20165
2018-01-23 21:30:27 -08:00
53f91189a1
docs(aio): add NgModule docs ( #20306 )
...
PR Close #20306
2018-01-10 16:26:46 -08:00
f593552cfe
docs(aio): Rename service worker files, update examples, move service worker under Techniques
2017-12-19 11:07:57 -08:00
9bbec42a6c
docs(aio): add service worker guide content and update nav ( #20736 )
...
PR Close #20736
2017-12-06 06:52:20 -08:00
47addd169d
revert: docs(aio): add service worker guide content and update nav ( #20021 ) ( #20716 )
...
* revert: style: broken build due to missing new lines
This reverts commit ba6af2a6dd
.
The commit that introduced these files (48300067f
) will also get
reverted.
* revert: docs(aio): add service worker guide content and update nav (#20021 )
This reverts commit 48300067fb
.
This commit has some issues (e.g. breaks some e2e tests, adds images
to the wrong directories, breaks linting, etc).
Reverting in order to investigate and fix.
2017-11-30 09:53:07 -08:00
48300067fb
docs(aio): add service worker guide content and update nav ( #20021 )
...
PR Close #20021
2017-11-29 12:15:27 -06:00
5bef070e16
docs(aio): update homepage tooling image ( #20593 )
...
Fix #19831
PR Close #20593
2017-11-27 12:16:20 -06:00
0444e13efb
docs(aio): add ngATL header ( #20590 )
...
Fix #20568
PR Close #20590
2017-11-22 13:49:59 -06:00
9608b0636d
docs(aio): update displaying-data for CLI ( #19574 )
...
PR Close #19574
2017-11-14 10:00:13 -08:00
049c89645b
docs(aio): update ToH for CLI ( #19811 )
2017-11-06 10:02:17 -08:00
03f080b7da
docs: Deployment guide for CLI ( #19839 )
2017-11-03 11:10:53 -07:00
7186c9c839
docs: AOT guide for CLI #19510 ( #19818 )
2017-11-02 14:34:21 -07:00
055b802713
docs(aio): improve the Angular Connect homepage banner ( #19684 )
...
The original logo was too small.
The conference is over two days.
PR Close #19684
2017-10-12 09:31:38 -07:00
3acf9c7063
docs(aio): update banner ad ( #19669 )
...
PR Close #19669
2017-10-11 13:14:59 -07:00
ab838920a1
docs(aio): add Nir Kaufman to GDE resources ( #19012 )
...
PR Close #19012
2017-09-05 15:34:06 -05:00
56238fe94e
feat(compiler): set enableLegacyTemplate
to false by default ( #18756 )
...
BREAKING CHANGE: the compiler option `enableLegacyTemplate` is now disabled by default as the `<template>` element has been deprecated since v4. Use `<ng-template>` instead. The option `enableLegacyTemplate` and the `<template>` element will both be removed in Angular v6.
PR Close #18756
2017-08-31 18:38:34 -07:00
c1a4621c8f
docs(aio): add amcdnl to bio ( #18850 )
...
PR Close #18850
2017-08-28 18:46:26 -05:00
0fb7484d51
refactor(aio): move content-specific images to content/images/
...
Fixes #17053
2017-07-28 15:06:49 -07:00
5152abb037
docs(aio): add my details as a contributor ( #18315 )
...
PR Close #18315
2017-07-26 17:11:07 -05:00
1bfc77bf8c
docs(aio): pngcrush all pngs ( #18243 )
...
PR Close #18243
2017-07-20 17:47:06 -05:00
3f331b53b2
docs(aio): update jelbourn photo
2017-07-17 14:51:11 -07:00
2150b45954
docs(aio): add language service doc
2017-07-17 14:49:19 -07:00
dc88e0a881
docs(aio): update quickstart to latest cli
2017-07-03 08:25:19 +01:00