Marco Alvarado
612cfeca14
docs(aio): updates directive event hooks real capabilities ( #16654 )
...
Minor documentation update to include event hooks that were assumed to only work on components.
Closes angular/angular#10221
PR Close #16654
2018-02-21 14:51:05 -08:00
zhilich
dfdade25ea
docs(aio): Wrong code example. Form status field was added later in the guide. ( #21275 )
...
PR Close #21275
2018-02-21 11:06:48 -08:00
Kapunahele Wong
ee535777bb
docs: add ngStyle to cheat sheet ( #22070 )
...
PR Close #22070
2018-02-20 16:08:16 -08:00
Ro Savage
94756eb4bd
docs(aio): fix incorrect quote mark usage ( #22335 )
...
PR Close #22335
2018-02-20 15:42:55 -08:00
Oussama Ben Brahim
23b0707707
docs(aio): fix the css of the heroes component's buttons ( #22333 )
...
Fixes #22222
PR Close #22333
2018-02-20 15:41:57 -08:00
Pascal Zwick
a2cb0109f1
docs(aio): Fix name of component ( #22332 )
...
PR Close #22332
2018-02-20 15:41:35 -08:00
Stephen Fluin
d20a08bc48
docs(aio): update installed mobile tool list ( #22331 )
...
PR Close #22331
2018-02-20 15:41:15 -08:00
Jeff Cross
09b4612bdd
docs(aio): add Nx and Angular Enterprise Playbook to resources ( #22321 )
...
PR Close #22321
2018-02-20 10:09:34 -08:00
Johannes Hoppe
c726d1d6d3
docs(aio): add angular-buch to resources ( #22163 )
...
adds a link to the website of our book. second version of the text. thanks!
PR Close #22163
2018-02-18 15:12:14 -08:00
Johannes Hoppe
2030846df7
docs(aio): add angular-buch to resources ( #22163 )
...
adds a link to the website of our book. many thanks for reviewing this
PR Close #22163
2018-02-18 15:12:14 -08:00
Joe Eames
debf01d7a6
docs(aio): added ngconf announcement ( #22272 )
...
PR Close #22272
2018-02-18 13:16:30 -08:00
Pat
edd6cd4e29
docs: typo - components should be possessive ( #22172 )
...
PR Close #22172
2018-02-14 15:06:52 -05:00
Kapunahele Wong
0a5283da1a
docs(aio): fix extraneous divs ( #22069 )
...
PR Close #22069
2018-02-14 15:02:36 -05:00
Oussama Ben Brahim
e97afae67a
docs(aio): fix typo in "preserveWhitespaces" example ( #22182 )
...
Fixes #22147
PR Close #22182
2018-02-12 15:57:42 -08:00
mgmarlow
1a897e4f48
docs(aio): add angular-playground to resources ( #22042 )
...
PR Close #22042
2018-02-12 14:30:58 -08:00
Johannes Hoppe
ca5b72461c
docs(aio): add angular.schule to resources ( #22164 )
...
adds a link to our website. many thanks for reviewing this
PR Close #22164
2018-02-12 10:01:23 -08:00
Suguru Inatomi
a616dd6c17
fix(aio): remove broken span closing tag ( #22146 )
...
PR Close #22146
2018-02-12 10:01:10 -08:00
yerkebulan
0ed64af5bc
docs(aio): put structural directives back in the nav ( #21856 )
...
PR Close #21856
2018-02-12 10:00:14 -08:00
Pete Bacon Darwin
2740b69023
docs(aio): update docs changelog with links to ts-to-js guide ( #21763 ) ( #22104 )
...
PR Close #21763
PR Close #22104
2018-02-09 13:10:48 -08:00
Mikhail Burshteyn
ac815f7281
docs: fix typo in http.md ( #22058 )
...
PR Close #22058
2018-02-09 13:10:24 -08:00
Pete Bacon Darwin
854f0ff33a
feat(aio): enable data driven homepage announcements ( #22043 )
...
PR Close #22043
2018-02-09 13:10:12 -08:00
Trotyl
c55523466f
docs(aio): several fix for ngmodule guides ( #21517 )
...
PR Close #21517
2018-02-09 13:03:47 -08:00
Pete Bacon Darwin
22d548f4ed
docs(aio): remove ngATL banner from homepage ( #22060 )
...
Closes #22029
PR Close #22060
2018-02-07 16:10:18 -08:00
Kapunahele Wong
799edd1e2f
docs(aio): remove lifecycle hooks img ( #21425 )
...
PR Close #21425
2018-02-07 16:09:44 -08:00
Chuck Jazdzewski
0b23573573
fix(language-service): correct instructions to install the language service ( #22000 )
...
Fixes : #21956
PR Close #22000
2018-02-07 12:09:00 -08:00
George Kalpakas
89051a0452
fix(aio): remove links from sub-menu toggles ( #21695 )
...
Navigating to a document while trying to expand or collapse a sub-menu
is undesirable and confusing. All sub-menu toggles should have no other
effect than expanding/collapsing the corresponding sub-menu.
PR Close #21695
2018-02-07 12:06:45 -08:00
jhenderson2099
103727aadf
docs(aio): fix TOH inclusion of HeroesService. ( #21228 )
...
Change docs where the MessageService is referenced
Fixes #20398
PR Close #21228
2018-02-07 12:01:32 -08:00
Aric Thorn
44ea80b797
docs(forms): Custom Validator example selector name incorrect. ( #20464 )
...
Added bobby e2e test for template form.
Fixes : #20206
PR Close #20464
2018-02-07 12:01:12 -08:00
Aric Thorn
41046e4a90
docs(forms): Custom Validator example selector name incorrect. ( #20464 )
...
Name of selector in ForbiddenName example is not consistent with Validator class nor Html selector example. Added the selector name 'appForbiddenName' as an alias name for the input of the Validator class, and updated the view accordingly.
Fixes : #20206
PR Close #20464
2018-02-07 12:01:12 -08:00
A7xSV
f0396f1e54
docs(aio): fix swap value ( #20905 )
...
'http.get' has been swapped in for 'of'
PR Close #20905
2018-02-05 13:05:58 -08:00
Judy Bogart
adb1d62967
docs: clarify npm/yarn commands, add blank lines to mix md/html in table ( #21606 )
...
PR Close #21606
2018-02-05 13:02:14 -08:00
Judy Bogart
cfe83939a4
docs: update browser support ( #21606 )
...
PR Close #21606
2018-02-05 13:02:14 -08:00
Jannis Lehmann
102d06b974
docs: consistency fix in describing a custom tag ( #21747 )
...
PR Close #21747
2018-02-02 07:53:18 -08:00
JiaLi.Passion
11ec80a053
docs: add docs for IE ( #21824 )
...
PR Close #21824
2018-02-02 07:51:47 -08:00
musicq
75eecdc351
docs: add missing underline ( #21892 )
...
PR Close #21892
2018-02-02 07:49:33 -08:00
yerkebulan
72df747dd6
docs(aio): add missing closing <code-examle> tag ( #21771 )
...
PR Close #21771
2018-02-01 08:31:21 -08:00
Ward Bell
2aa460b30e
docs: add http guide sample and adjust text ( #21326 )
...
PR Close #21326
2018-01-31 10:24:43 -08:00
Enzo Volkmann
e0022ae9cd
docs: Fix platform-detection example for Universal ( #21796 )
...
PR Close #21796
2018-01-31 10:21:04 -08:00
Bernd Hacker
3f5ead3845
fix(aio): missing plural s in preserveWhiteSpaces example ( #21854 )
...
PR Close #21854
2018-01-29 11:35:13 -08:00
Eli Sadoff
a89e709515
docs: change ”it's" to "its" as needed in several docs. ( #21867 )
...
Most of them are in content but one is in common and needs special approval.
PR Close #21867
2018-01-29 11:34:47 -08:00
Pete Bacon Darwin
27ecd077d4
docs(aio): fix missing stylesheet in component-styles example ( #21772 )
...
The code in the example was referring to `hero-app.component.css` but this did
not exist.
PR Close #21772
2018-01-25 13:38:14 -08:00
Pete Bacon Darwin
4db1be0292
docs(aio): fix paths to imported CSS stylesheets ( #21772 )
...
The AOT compiler needs relative paths so that it can find
the imported stylesheets.
PR Close #21772
2018-01-25 13:38:14 -08:00
Max Ivanov
44d4f82dae
docs(aio): added a link to Angular-RU ( #21687 )
...
Angular-RU Community on GitHub is a single point for all resources, chats, podcasts and meetups for Angular in Russia
PR Close #21687
2018-01-24 20:47:40 -08:00
George Kalpakas
2f61d3c320
fix(aio): remove remaining plnkr references ( #20165 )
...
PR Close #20165
2018-01-23 21:33:55 -08:00
George Kalpakas
5894f6ee1c
build(aio): check for obsolete plnkr.json and missing main files ( #20165 )
...
Also, remove `plnkr.json` for `service-worker-getting-started` guide,
since it is not used and ServiceWorker cannot work correctly in
plnkr/stackblitz anyway (e.g. no build step to re-compute hashes).
A zipper might be useful and can be added in a subsequent PR, but it is
currently broken (e.g. no dependency on `@angular/service-worker`).
PR Close #20165
2018-01-23 21:33:55 -08:00
Jesus Rodriguez
0cbccc06dd
build(aio): migrate plunker to stackblitz ( #20165 )
...
PR Close #20165
2018-01-23 21:33:52 -08:00
Victor Berchet
ed670a36fb
docs: update ICU select messages to use male/female ( #21713 )
...
fixes #21694
PR Close #21713
2018-01-23 16:32:24 -08:00
JiaLi.Passion
eecdf3414e
docs: fix #19989 , add zone flags(blacklist/module) in guide ( #21701 )
...
PR Close #21701
2018-01-23 13:33:11 -08:00
Denny Brown
d7dbdc5c36
docs: fix stray div and reformat paragraph ( #21676 )
...
PR Close #21676
2018-01-19 20:42:04 -08:00
Fabian Wiles
1626e74c59
docs: clarify the use of classes and interfaces in style guide ( #20919 )
...
PR Close #20919
2018-01-19 13:09:58 -08:00