Filipe Silva
8bfaaf164a
docs: add Web Worker guide ( #29633 )
...
Followup to https://github.com/angular/angular-cli/pull/13700
PR Close #29633
2019-04-01 15:31:47 -07:00
Judy Bogart
d7e5535d00
docs: add custom-element ref to library overview ( #28476 )
...
PR Close #28476
2019-04-01 12:04:06 -07:00
Martin Ockovsky
9cd90532c1
docs: add missing window key shortcut to language service guide ( #29613 )
...
PR Close #29613
2019-04-01 11:28:12 -07:00
Filipe Silva
8a13f6b278
docs: remove ngcc steps from Ivy opt-in ( #29506 )
...
PR Close #29506
2019-04-01 11:01:14 -07:00
Filipe Silva
ee7c5ed620
docs: add Ivy lazy load opt-in ( #29506 )
...
PR Close #29506
2019-04-01 11:01:14 -07:00
Amit Chaurasia
6759aa68dc
docs: added complete path to the spec file ( #29621 )
...
PR Close #29621
2019-04-01 10:54:30 -07:00
Brandon
12c9bd257d
docs: add new getting started guide ( #27684 )
...
PR Close #27684
2019-03-29 10:47:37 -07:00
Kapunahele Wong
e8921365b7
docs: remove coremodule references ( #28434 )
...
PR Close #28434
2019-03-29 10:29:51 -07:00
Jun
009acd2a6c
docs(service-worker): add info about no network request for performance strategy ( #29288 )
...
PR Close #29288
2019-03-29 10:28:46 -07:00
javatutorials2016
71daa11357
docs: add note about ngModel usage in structural directives guide ( #29522 )
...
When I tried one of the examples provided in the documention, encountered the " Can't bind to 'ngModel' since it isn't a known property of 'select' ” error. So to resolve it I imported the FormsModule in ngModule. If it is mentioned in the documentation, it would be handy for the beginners to try and learn. Thanks for considering.
Duplicate of pull Request# 29206, As I encountered few issues after multiple authors corrected, So I am creating the new pull request
PR Close #29522
2019-03-29 10:26:15 -07:00
Judy Bogart
57f7996b6d
docs: add asset config details ( #28214 )
...
PR Close #28214
2019-03-28 15:31:24 -07:00
Judy Bogart
27ba4ac982
docs: reorg deployment guide with serve-from-disk info from CLI story ( #28217 )
...
PR Close #28217
2019-03-28 15:30:50 -07:00
Judy Bogart
6c76dfc568
docs: copy-edit ivy opt-in page ( #29507 )
...
PR Close #29507
2019-03-28 15:29:49 -07:00
Judy Bogart
f8c7c3c09c
docs: add schematic details and links to config page ( #27272 )
...
PR Close #27272
2019-03-27 09:58:24 -07:00
Amit Chaurasia
ac3ce0d793
docs: replaced hero with heroes component property ( #29487 )
...
PR Close #29487
2019-03-27 09:53:51 -07:00
Santosh Yadav
6c33058856
docs: add library structure ( #29376 )
...
Fixes #29225
PR Close #29376
2019-03-27 09:42:54 -07:00
javatutorials2016
fea2a0f2ac
docs: update Shortcut keys for Developer tools in chrome Browser on Windows machine ( #29485 )
...
PR Close #29485
2019-03-27 09:41:39 -07:00
javatutorials2016
e0dcd11a49
docs: update Shortcut keys for Developer tools in chrome Browser on Windows platform ( #29485 )
...
PR Close #29485
2019-03-27 09:41:39 -07:00
davidlsharp1
b3102b9de1
docs: changing "struture" to "structure" ( #29497 )
...
PR Close #29497
2019-03-25 09:21:10 -07:00
Amadou Sall
7baf45fe88
docs: fix minor typo in testing.md ( #29464 )
...
PR Close #29464
2019-03-22 10:59:21 -07:00
Alan Agius
ed8d60d060
docs: add app shell guide ( #28591 )
...
PR Close #28591
2019-03-21 15:54:26 -07:00
Brandon
dfcf759e33
docs: drop Coding Conventions section from style guide ( #29331 )
...
Closes #24153
PR Close #29331
2019-03-21 15:40:20 -07:00
Judy Bogart
bc99b774ba
docs: add schematics guide ( #28343 )
...
PR Close #28343
2019-03-19 15:47:14 -04:00
Kapunahele Wong
c0ad9e104d
docs: edit $any() section and add example in Template Syntax ( #28157 )
...
PR Close #28157
2019-03-19 13:19:17 -04:00
Alan
bf2db12fc9
docs: update universal project structure ( #29332 )
...
In version 8 the project structure is slightly different
PR Close #29332
2019-03-15 14:08:23 -04:00
Eduard
dfb220ea6b
docs: fix a typo in creating libraries guide ( #29154 )
...
PR Close #29154
2019-03-15 12:43:15 -04:00
Brandon Roberts
8ed13a37f0
docs: clarify commands to integrate routing ( #26530 )
...
PR Close #26530
2019-03-14 18:26:53 -04:00
Brandon
f50928f5b7
docs: remove configuration instructions at the top of the i18n guide ( #29313 )
...
The instructions lead you to think you run this step before setting
up your locale. The command is mentioned further in the guide after
setup is complete.
Closes #26052
PR Close #29313
2019-03-14 16:58:02 -04:00
Brandon
2064508876
docs: fix redirect with secondary outlet in router guide example ( #29267 )
...
The URL wasn't be parsed into a UrlTree, so redirecting with a
secondary route went to a 404
Closes #28805
PR Close #29267
2019-03-14 10:51:52 -04:00
Judy Bogart
1625d86178
docs: de-emphasize monorepo ( #28377 )
...
PR Close #28377
2019-03-12 18:06:22 -07:00
Judy Bogart
c4c34fe60e
docs: clarify multi project structure ( #28377 )
...
PR Close #28377
2019-03-12 18:06:22 -07:00
WilliamKoza
37b9f06f1e
docs: change the file name of the public API according with Angular CLI ( #29200 )
...
PR Close #29200
2019-03-12 11:17:22 -07:00
Adam Plumer
ed4675e5a1
docs: update Universal guide ( #28956 )
...
PR Close #28956
2019-03-11 15:33:21 -07:00
Adam Plumer
a29ce57732
docs: migrate examples from @angular/http to @angular/common/http ( #28296 )
...
PR Close #28296
2019-03-11 10:52:17 -07:00
George Kalpakas
ad9415af1d
docs: remove unused examples and images ( #28597 )
...
PR Close #28597
2019-03-07 13:24:01 -08:00
Filipe Silva
6b98b534c8
docs: update ivy opt-in flag ( #29010 )
...
Followup to https://github.com/angular/angular/pull/28569#issuecomment-467380883 and https://github.com/angular/angular-cli/pull/13773 .
Note: this flag will only work on `@angular/cli@8.0.0-beta.3` (currently unreleased) and above.
PR Close #29010
2019-03-06 11:00:33 -08:00
Amadou Sall
d2f015f57e
docs: fix minor typo ( #29100 )
...
tradition -> traditional
PR Close #29100
2019-03-04 10:15:37 -08:00
Filipe Silva
f01247f0a4
docs: add ivy opt-in docs ( #28569 )
...
PR Close #28569
2019-02-26 08:42:47 -08:00
George Kalpakas
846c431eb7
docs: re-phrase note in architecture guide for clarity ( #28543 )
...
PR Close #28543
2019-02-26 08:39:16 -08:00
nchetankumar
65de0d6d0e
docs: modify the descendant spelling and remove multiple times parent's word ( #27886 )
...
PR Close #27886
2019-02-25 12:54:28 -08:00
Oscar Busk
6ccf743627
docs: clarify documentation about listening to progress events ( #28892 )
...
PR Close #28892
2019-02-22 10:50:43 -08:00
Juri Strumpflohner
ae16378ee7
docs: fix wrong filename in text ( #28832 )
...
This should be `ngsw.json` not `ngsw-config.json` as the latter is only the src file that gets then compiled into the `ngsw.json` and placed into the `dist` folder
PR Close #28832
2019-02-19 13:34:09 -08:00
Trevor Karjanis
d8ae8993d8
docs(common): fix a typo in a debounce requests example header ( #28829 )
...
Remove the extra parenthesis from a debounce requests example.
There are no associated issues.
PR Close #28829
2019-02-19 12:59:20 -08:00
Amadou Sall
af8d58cb51
docs: capitalize karma ( #28775 )
...
PR Close #28775
2019-02-19 12:36:21 -08:00
Nikita Potapenko
9e82cebe5b
docs: clarify behavior of dependency injection at root injector ( #28753 )
...
PR Close #28753
2019-02-19 12:33:48 -08:00
Sergej Grilborzer
980bb52d36
docs: warn that directives don't support namespaces ( #25855 )
...
PR Close #25855
2019-02-19 11:01:55 -08:00
SebastienBtr
cb0a8b566f
docs(router): change slideInDownAnimation into slideInAnimation ( #28640 )
...
In the Routing & Navigation there is a typo - slideInDownAnimation, but it should be slideInAnimation
PR Close #28572
PR Close #28640
2019-02-13 12:03:45 -08:00
Judy Bogart
644e7a28d8
docs: add di-related api doc ( #27731 )
...
PR Close #27731
2019-02-13 11:57:37 -08:00
Judy Bogart
570f735a2a
docs: clarify library types integration ( #28410 )
...
PR Close #28410
2019-02-11 17:13:44 +00:00
Brandon
1941d7c743
docs: ignore initial components for app compilation in router example ( #28592 )
...
PR Close #28592
2019-02-11 17:09:25 +00:00