Alyssa Nicoll
e98f11ac9e
docs(docs-infra): add upcoming conference ( #38956 )
...
PR Close #38956
2020-09-25 14:31:34 -04:00
Keen Yee Liau
685281337b
docs: Delete repeated section "Removed APIs" ( #38858 )
...
The section "Removed APIs" is repeated twice, probably due to a mistake
in resolving merge conflicts.
PR Close #38858
2020-09-25 14:28:26 -04:00
Sonu Kapoor
525af1e5f0
test(docs-infra): add missing unit tests for backoff example ( #38896 )
...
This commit adds the missing unit test for the backoff example.
PR Close #38896
2020-09-24 11:33:21 -04:00
Sonu Kapoor
58f2abef01
fix(docs-infra): fix the backoff example ( #38896 )
...
Previously, the `backoff()` example did not work as intended. More
specifically, the `range(1, maxTries)` observable would complete
immediately after emitting the `maxTries`th value, causing the overall
observable to also complete. As a result, it would only make
`maxTries - 1` attempts to recover from an error. More importantly, the
outer observable would complete successfully instead of erroring.
This commit fixes the `backoff()` operator by ensuring it makes exactly
`maxTries` attempts to recover and it propagates the actual error to the
outer observable.
The test for this change is added in the next commit.
PR Close #38896
2020-09-24 11:33:21 -04:00
David Shevitz
8db865d9b0
docs: Update titles to getting started topics ( #38887 )
...
The topics for our getting started tutorial are inconsistent.
This change makes the titles consistent and easier to read.
PR Close #38887
2020-09-21 16:33:29 -07:00
Ajit Singh
02862338fa
docs: change wrong default app module by ng new ( #38549 )
...
In bootstrapping.md the default AppModule has some extra imports which are not generated
by default in ng new removed those extra imports and add them at appropriate place.
PR Close #38549
2020-09-21 12:25:29 -07:00
Andrew
7d5b5153cf
docs: Grammar fixes ( #38900 )
...
Changed several period into colons to be consistent throughout the doc.
Changed "If don't add the interface..." to "If _you_ don't add the interface..."
PR Close #38900
2020-09-18 16:52:52 -07:00
Maksymilian Sielicki
d8657ddb5c
docs: updating the text of user input page to reflect real location of the forms page ( #38802 )
...
PR Close #38802
2020-09-18 08:00:44 -07:00
Minko Gechev
2f71995ef7
Update aio/content/marketing/events.json ( #38874 )
...
Co-authored-by: George Kalpakas <kalpakas.g@gmail.com>
PR Close #38874
2020-09-18 08:00:02 -07:00
Minko Gechev
32a8713620
docs: add upcoming angular conferences ( #38874 )
...
PR Close #38874
2020-09-18 07:59:58 -07:00
Adrien Crivelli
0958a8da61
docs: drop newEvent()
compatibility function ( #37251 )
...
Because PhantomJS has been deprecated since March 2018, and `newEvent`
is very confusing for newcomers that read the testing documentation,
we remove it entirely, and instead assume most, if not all, newcomers
will run tests in Chrome as it is the default.
Fixes #23370
PR Close #37251
2020-09-17 09:31:23 -07:00
Ajit Singh
e43c701388
refactor(docs-infra): remove tooltip from links same as name ( #36517 )
...
In the events.json file most of tooltips are same as name so there
were of no use, as they were providing no extra information. So,
removed them from the events.json file
PR Close #36517
2020-09-16 15:14:30 -07:00
ajitsinghkaler
2e1264fb5d
feat(docs-infra): created new widget for events page ( #36517 )
...
Data in events page was hardcoded and it is manually moved in the table.
Created a new events widget which will automatically move past and upcoming
events from events.json (`aio/content/marketing/events.json`) file to the
relevant table in the events tab
PR Close #36517
2020-09-16 15:14:27 -07:00
Sonu Kapoor
a89dcba0d6
test(docs-infra): improve typeahead example and add unit test ( #34190 )
...
This commit improves the typeahead example, by using the emitted input
value. It also adds a unit test to ensure that the example is working
as intended.
PR Close #34190
2020-09-16 15:13:11 -07:00
Sonu Kapoor
bd9f441370
test(docs-infra): add unit tests for rxjs examples ( #34190 )
...
This commit adds missing unit tests for all rxjs examples from the docs.
Closes #28017
PR Close #34190
2020-09-16 15:13:08 -07:00
Ajit Singh
af3b401e15
docs: add ngc to glossary ( #36781 )
...
ngc angular compiler was not mentioned in the glossary.
Glossary should contain the relevant terms in angular
which are hard to get. So, added a small defination of
ngc to the glossary
PR Close #36781
2020-09-15 11:29:56 -07:00
santoshyadavdev
f52a494248
docs(elements): convert the ng add
command to code-example ( #38834 )
...
the command was hardly visible currently
changing it to shell for visibility
PR Close #38834
2020-09-14 14:31:10 -07:00
Pete Bacon Darwin
8096c63c66
docs: clarify what fixes are merged to LTS versions ( #38788 )
...
PR Close #38788
2020-09-11 08:45:46 -07:00
David Shevitz
31d0ee4cbf
docs: Move Displaying data topic and ToH tutorial ( #38774 )
...
Move the "Displaying data topic" into the Tutorials section.
Move the ToH tutorial to the top of the tutorials section.
PR Close #38774
2020-09-10 14:32:28 -07:00
Kapunahele Wong
38ff66dc32
docs: put docs style guide back in left nav ( #38683 )
...
PR Close #38683
2020-09-09 16:22:58 -07:00
Andrew Scott
f1b355b54f
docs: Restructure table of contents to provide a more streamlined experience ( #38763 )
...
This PR is to make the `10.1.x` branch navigation the same as `master`.
PR Close #38763
2020-09-09 10:46:09 -07:00
thekiba
e40ffb95c8
docs: add Andrew Grekov to GDE resources ( #36690 )
...
This commit adds Andrew Grekov to the GDE
resources page and describes his work as a software
engineer using angular and .NET.
PR Close #36690
2020-09-09 09:44:48 -07:00
Sam Vloeberghs
20564f997f
docs: add Sam Vloeberghs to GDE list ( #38761 )
...
PR Close #38761
2020-09-09 09:43:37 -07:00
Lars Gyrup Brink Nielsen
b1398d1771
docs(docs-infra): add The Deep Dive podcast, update Angular inDepth URL ( #37621 )
...
Add the new podcast called The Deep Dive to the list of Podcast resources.
Also replace the name and URL for Angular inDepth as the old URL is deprecated.
PR Close #37621
2020-09-09 09:11:11 -07:00
Alain Chautard
0a55058440
docs: mark the entryComponents
array as deprecated ( #38616 )
...
The `entryComponents` array is now deprecated (per https://angular.io/api/core/NgModule#entryComponents
and https://angular.io/guide/deprecations#entryComponents ).
PR Close #38616
2020-09-09 09:07:19 -07:00
Pete Bacon Darwin
bb1122d087
docs: update v9 support status to LTS ( #38744 )
...
PR Close #38744
2020-09-09 09:06:56 -07:00
Kuzivakwashe
83d69978fd
docs: Fix component decorator closing brackets ( #38754 )
...
PR Close #38754
2020-09-09 09:06:10 -07:00
Sonu Kapoor
62de2131e1
docs: add missing space ( #38759 )
...
This commit adds a missing space after the comma in listing the rxjs
operators section.
PR Close #38759
2020-09-09 09:05:47 -07:00
Dan Manastireanu
028ef30b34
docs: Describe a scenario in which ngOnChanges is not called before ngOnInit. ( #38625 )
...
Closes #38613
PR Close #38625
2020-09-08 14:06:48 -07:00
Alan Cohen
251a28cb15
docs: remove duplicate trans-unit element closing tag ( #38715 )
...
PR Close #38715
2020-09-08 10:06:03 -07:00
rch850
6c6dd5f38c
docs: fix result of sanitization example ( #38724 )
...
This is same as #36059 which lost in #36954 .
PR Close #38724
2020-09-08 10:04:54 -07:00
Aristeidis Bampakos
9794f20674
docs: fix typos in library guide ( #38726 )
...
This PR fixes minor typos in the Creating libraries guide.
PR Close #38726
2020-09-08 10:04:31 -07:00
Aristeidis Bampakos
027b041cfd
docs: fix typos in deployment guide ( #38727 )
...
This PR fixes some typos regarding the .browserslistrc file in the Deployent guide
PR Close #38727
2020-09-08 10:03:57 -07:00
Guanghui Wang
4886cf5965
docs: word correction ( #38729 )
...
PR Close #38729
2020-09-08 10:03:22 -07:00
Aristeidis Bampakos
0ef985368e
docs: fix typo in lightweight injection guide ( #38741 )
...
PR Close #38741
2020-09-08 10:02:20 -07:00
Taylor Buckner
25afbcc459
docs: add dayjs date adapter to resources page ( #38031 )
...
PR Close #38031
2020-09-03 12:00:18 -07:00
David Shevitz
6aac499ee7
docs: Restructure table of contents to provide a more streamlined experience ( #38689 )
...
PR Close #38689
2020-09-02 15:39:25 -07:00
Joey Perrott
b0bd777ba9
docs: correct link to chrome status in component style guide ( #38682 )
...
Corrects the link to the chromestatus page which errantly linked to features
rather than feature (singular).
Fixes #38676
PR Close #38682
2020-09-02 14:45:23 -07:00
Dwayne Hinterlang
cbbf8b542f
docs: Remove confusion between do/avoid templates ( #38647 )
...
PR Close #38647
2020-08-31 10:25:21 -07:00
Akash
659705ad78
docs: ng generate module command doc change ( #38480 )
...
PR Close #38480
2020-08-31 08:43:24 -07:00
GavinMK
8864b0ed69
docs: remove first person and space in CircleCI in the testing guide. ( #38631 )
...
PR Close #38631
2020-08-31 08:42:09 -07:00
narmit
4e596b672f
docs: remove double space in start-data. ( #38642 )
...
PR Close #38642
2020-08-31 08:41:35 -07:00
Da-Woon Chung
83866827c3
docs: fix broken markdown in start/start-data ( #38644 )
...
PR Close #38644
2020-08-31 08:41:02 -07:00
Aristeidis Bampakos
80cab26023
docs: Minor fixes in NgModules section ( #36177 )
...
Apply minor fixes to various guides of the NgModules section
PR Close #36177
2020-08-25 15:24:02 -07:00
Aristeidis Bampakos
841dfa68f9
docs: typo fixes in the component testing scenarios guide ( #38574 )
...
Fixed some typos and removed a warning about limitation of the `fakeAsync` that is already mentioned in a helpful alert
PR Close #38574
2020-08-25 15:16:53 -07:00
Aristeidis Bampakos
94a3e0e81d
docs: add correct path for karma.conf.js file ( #38571 )
...
In the latest Angular CLI versions, the `karma.conf.js` file resides in the root folder of the Angular CLI project.
PR Close #38571
2020-08-25 09:56:32 -07:00
Aristeidis Bampakos
9cbde86534
docs: fix typo in the testing component basics guide ( #38573 )
...
The guide ends with a sentence that implies there are more tests following the end of the guide.
PR Close #38573
2020-08-25 09:55:59 -07:00
windmichael
6e643d9874
docs(localize): fix angular.json syntax ( #38553 )
...
In chapter internationalization (i18n) at section "Deploy multiple locales" the syntax for angular.json is wrong.
This commit fixes the angular.json, when specifying the translation file and the baseHref for a locale.
PR Close #38553
2020-08-24 09:25:35 -07:00
Ajit Singh
2a643e1ab6
docs: change function name from async -> waitForAsync ( #38548 )
...
async function name was changed to waitForAsync but it was left in testing-utility-api
file.
PR Close #38548
2020-08-21 12:17:51 -07:00
Aristeidis Bampakos
956b25a100
docs: apply code styling in template reference variables guide ( #38522 )
...
PR Close #38522
2020-08-20 13:01:33 -07:00