3808 Commits

Author SHA1 Message Date
Kapunahele Wong
dfbfabc052 fix(docs-infra): remove scrollbar styles for accessibility ()
This commit removes the scrollbar styles so that the default
styles in the browser render. This widens the webkit scroll bar.
This makes it easier to grab the scrollbar using assistive
technology and devices, and provides a wider target for
those who have dexterity issues. By removing these styles,
We will no longer have to maintain custom scrollbars specific to WebKit
and they will be accessible by default.

PR Close 
2020-09-21 12:22:07 -07:00
Sonu Kapoor
f3f6a42342 test(docs-infra): replace deprecated ReflectiveInjector with Injector ()
This commit replaces the old and slow ReflectiveInjector that was
deprecated in v5 with the new Injector.

PR Close 
2020-09-21 12:21:27 -07:00
Andrew
d5ddb9f340 docs: Grammar fixes ()
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 
2020-09-18 16:52:52 -07:00
Maksymilian Sielicki
7fb388f929 docs: updating the text of user input page to reflect real location of the forms page ()
PR Close 
2020-09-18 08:00:40 -07:00
Minko Gechev
02c6bff9cf Update aio/content/marketing/events.json ()
Co-authored-by: George Kalpakas <kalpakas.g@gmail.com>
PR Close 
2020-09-18 07:59:53 -07:00
Minko Gechev
ef28e15884 docs: add upcoming angular conferences ()
PR Close 
2020-09-18 07:59:49 -07:00
Adrien Crivelli
c4b8964424 docs: drop newEvent() compatibility function ()
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 

PR Close 
2020-09-17 09:31:17 -07:00
George Kalpakas
41bc2701c4 test(docs-infra): simplify EventsComponent tests and add more test cases ()
This commit simplifies the tests of `EventsComponent` (by introducing a
`createMockEvent()` helper and getting rid of the irrelevant `Event`
fields) and adds tests for some more usecases. It also makes the tests
more robust by using Jasmine's `Clock` to mock the current date.

PR Close 
2020-09-16 15:14:24 -07:00
Ajit Singh
a765530277 refactor(docs-infra): remove tooltip from links same as name ()
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 
2020-09-16 15:14:21 -07:00
ajitsinghkaler
5b33798796 feat(docs-infra): created new widget for events page ()
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 
2020-09-16 15:14:18 -07:00
Sonu Kapoor
44074499dc test(docs-infra): improve typeahead example and add unit test ()
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 
2020-09-16 15:13:05 -07:00
Sonu Kapoor
ba54671993 test(docs-infra): add unit tests for rxjs examples ()
This commit adds missing unit tests for all rxjs examples from the docs.

Closes 

PR Close 
2020-09-16 15:13:02 -07:00
Ajit Singh
171a0d0696 docs: add ngc to glossary ()
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 
2020-09-15 11:29:50 -07:00
santoshyadavdev
3934f0a833 docs(elements): convert the ng add command to code-example ()
the command was hardly visible currently
changing it to shell for visibility

PR Close 
2020-09-14 14:31:05 -07:00
George Kalpakas
354138eba9 build(docs-infra): upgrade cli command docs sources to 800ba9271 ()
Updating [angular#master](https://github.com/angular/angular/tree/master) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master).

##
Relevant changes in
[commit range](32391604b...800ba9271):

**Modified**
- help/build.json
- help/serve.json

PR Close 
2020-09-14 08:33:39 -07:00
Pete Bacon Darwin
66129f8ea6 docs: clarify what fixes are merged to LTS versions ()
PR Close 
2020-09-11 08:45:42 -07:00
David Shevitz
03447ba52f docs: Move Displaying data topic and ToH tutorial ()
Move the "Displaying data topic" into the Tutorials section.
Move the ToH tutorial to the top of the tutorials section.

PR Close 
2020-09-10 14:32:25 -07:00
Kapunahele Wong
3c4b8b97c1 docs: put docs style guide back in left nav ()
PR Close 
2020-09-09 16:22:58 -07:00
thekiba
3d77b64fc3 docs: add Andrew Grekov to GDE resources ()
This commit adds Andrew Grekov to the GDE
resources page and describes his work as a software
engineer using angular and .NET.

PR Close 
2020-09-09 09:44:47 -07:00
Lars Gyrup Brink Nielsen
f645d26e3f docs(docs-infra): add The Deep Dive podcast, update Angular inDepth URL ()
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 
2020-09-09 09:11:11 -07:00
Alain Chautard
7997fc5f97 docs: mark the entryComponents array as deprecated ()
The `entryComponents` array is now deprecated (per https://angular.io/api/core/NgModule#entryComponents
and https://angular.io/guide/deprecations#entryComponents).

PR Close 
2020-09-09 09:07:18 -07:00
Pete Bacon Darwin
3cb2a79399 docs: update v9 support status to LTS ()
PR Close 
2020-09-09 09:06:56 -07:00
Kuzivakwashe
19a484302d docs: Fix component decorator closing brackets ()
PR Close 
2020-09-09 09:06:10 -07:00
Sonu Kapoor
ded075a79c docs: add missing space ()
This commit adds a missing space after the comma in listing the rxjs
operators section.

PR Close 
2020-09-09 09:05:47 -07:00
Dan Manastireanu
b0c79f2373 docs: Describe a scenario in which ngOnChanges is not called before ngOnInit. ()
Closes 

PR Close 
2020-09-08 14:06:48 -07:00
George Kalpakas
97475d7408 build: upgrade all preview-server JS dependencies to latest versions ()
This commit upgrades all dependencies in `aio/aio-builds-setup/scripts-js/`
to latest versions and also includes all necessary code changes to
ensure the tests are passing with the new dependency versions.

In particular:
- We ensure `nock`'s `Scope#done()` is not called before receiving a
  response to account for a breaking change introduced in
  .
- The use of `nock`'s `Scope#log()` method was removed, because the
  method is no longer available since . See
  https://github.com/nock/nock#debugging for more info on debugging
  failed matches.

See also
e23ba31b13/migration_guides/migrating_to_13.md
for more info on migrating from `nock` v12 to v13.

PR Close 
2020-09-08 10:07:25 -07:00
Alan Cohen
261f689e9b docs: remove duplicate trans-unit element closing tag ()
PR Close 
2020-09-08 10:06:03 -07:00
rch850
d9da7e5a18 docs: fix result of sanitization example ()
This is same as  which lost in .
PR Close 
2020-09-08 10:04:53 -07:00
Aristeidis Bampakos
79d8795633 docs: fix typos in library guide ()
This PR fixes minor typos in the Creating libraries guide.

PR Close 
2020-09-08 10:04:31 -07:00
Aristeidis Bampakos
3e57ca1d98 docs: fix typos in deployment guide ()
This PR fixes some typos regarding the .browserslistrc file in the Deployent guide

PR Close 
2020-09-08 10:03:56 -07:00
Guanghui Wang
c2d017de83 docs: word correction ()
PR Close 
2020-09-08 10:03:22 -07:00
Aristeidis Bampakos
4e5286180b docs: fix typo in lightweight injection guide ()
PR Close 
2020-09-08 10:02:20 -07:00
Taylor Buckner
1c7e5cef3e docs: add dayjs date adapter to resources page ()
PR Close 
2020-09-03 12:00:17 -07:00
Joey Perrott
fdea1804d6 fix(core): remove CollectionChangeRecord symbol ()
Remove CollectionChangeRecord as it was deprecated for removal in v4, use
IterableChangeRecord instead.

BREAKING CHANGE: CollectionChangeRecord has been removed, use IterableChangeRecord
instead

PR Close 
2020-09-02 16:45:19 -07:00
Joey Perrott
86e7cd8117 docs: correct link to chrome status in component style guide ()
Corrects the link to the chromestatus page which errantly linked to features
rather than feature (singular).

Fixes 

PR Close 
2020-09-02 14:45:20 -07:00
George Kalpakas
c142b071eb build: upgrade cli command docs sources to 32391604b ()
Updating [angular#master](https://github.com/angular/angular/tree/master) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master).

##
Relevant changes in
[commit range](ef770f1cb...32391604b):

**Modified**
- help/build.json
- help/generate.json

PR Close 
2020-09-01 09:03:25 -07:00
David Shevitz
71acf9dd49 docs: Restructure table of contents to provide a more streamlined experience. ()
PR Close 
2020-08-31 16:16:54 -07:00
Sonu Kapoor
f5d1e9a2d1 docs(service-worker): add section to explain unrecoverable state ()
PR Close 
2020-08-31 11:41:13 -07:00
Dwayne Hinterlang
0a7a5e3aff docs: Remove confusion between do/avoid templates ()
PR Close 
2020-08-31 10:25:16 -07:00
Akash
52c7a4bfc6 docs: ng generate module command doc change ()
PR Close 
2020-08-31 08:43:19 -07:00
GavinMK
827ba05914 docs: remove first person and space in CircleCI in the testing guide. ()
PR Close 
2020-08-31 08:42:04 -07:00
narmit
b2857b4e3a docs: remove double space in start-data. ()
PR Close 
2020-08-31 08:41:30 -07:00
Da-Woon Chung
5d5caf21b8 docs: fix broken markdown in start/start-data ()
PR Close 
2020-08-31 08:40:57 -07:00
Keen Yee Liau
4036281007 docs: Update contributor info for kyliau ()
Added twitter handle, website, and a short bio.

PR Close 
2020-08-27 10:39:30 -07:00
Sonu Kapoor
164cd274a4 test(docs-infra): add commands to run the unit tests ()
This commit adds the necessary custom commands to run the tests in a
node environment.

PR Close 
2020-08-27 09:05:59 -07:00
Sonu Kapoor
fedcfec346 test(docs-infra): add missing tests for obserables and promises ()
This commit adds missing tests for obserables and promises which
are both stand-alone mini-apps.

PR Close 
2020-08-27 09:05:56 -07:00
Sam Vloeberghs
618cb32407 docs: add Sam Vloeberghs to GDE list ()
PR Close 
2020-08-26 12:52:56 -07:00
Sonu Kapoor
0681a20d28 fix(docs-infra): add guard to not render anchor link for private api ()
This commit adds a guard that prevents rendering anchor links for
private api's.

Closes 

PR Close 
2020-08-26 12:51:04 -07:00
Aristeidis Bampakos
80cab26023 docs: Minor fixes in NgModules section ()
Apply minor fixes to various guides of the NgModules section

PR Close 
2020-08-25 15:24:02 -07:00
Aristeidis Bampakos
841dfa68f9 docs: typo fixes in the component testing scenarios guide ()
Fixed some typos and removed a warning about limitation of the `fakeAsync` that is already mentioned in a helpful alert

PR Close 
2020-08-25 15:16:53 -07:00