fdd4fa0009
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:28 -07:00
d5ddb9f340
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
7fb388f929
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:40 -07:00
02c6bff9cf
Update aio/content/marketing/events.json ( #38874 )
...
Co-authored-by: George Kalpakas <kalpakas.g@gmail.com >
PR Close #38874
2020-09-18 07:59:53 -07:00
ef28e15884
docs: add upcoming angular conferences ( #38874 )
...
PR Close #38874
2020-09-18 07:59:49 -07:00
c4b8964424
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:17 -07:00
a765530277
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:21 -07:00
5b33798796
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:18 -07:00
44074499dc
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:05 -07:00
ba54671993
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:02 -07:00
171a0d0696
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:50 -07:00
3934f0a833
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:05 -07:00
66129f8ea6
docs: clarify what fixes are merged to LTS versions ( #38788 )
...
PR Close #38788
2020-09-11 08:45:42 -07:00
03447ba52f
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:25 -07:00
3c4b8b97c1
docs: put docs style guide back in left nav ( #38683 )
...
PR Close #38683
2020-09-09 16:22:58 -07:00
3d77b64fc3
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:47 -07:00
f645d26e3f
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
7997fc5f97
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:18 -07:00
3cb2a79399
docs: update v9 support status to LTS ( #38744 )
...
PR Close #38744
2020-09-09 09:06:56 -07:00
19a484302d
docs: Fix component decorator closing brackets ( #38754 )
...
PR Close #38754
2020-09-09 09:06:10 -07:00
ded075a79c
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
b0c79f2373
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
261f689e9b
docs: remove duplicate trans-unit element closing tag ( #38715 )
...
PR Close #38715
2020-09-08 10:06:03 -07:00
d9da7e5a18
docs: fix result of sanitization example ( #38724 )
...
This is same as #36059 which lost in #36954 .
PR Close #38724
2020-09-08 10:04:53 -07:00
79d8795633
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
3e57ca1d98
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:56 -07:00
c2d017de83
docs: word correction ( #38729 )
...
PR Close #38729
2020-09-08 10:03:22 -07:00
4e5286180b
docs: fix typo in lightweight injection guide ( #38741 )
...
PR Close #38741
2020-09-08 10:02:20 -07:00
1c7e5cef3e
docs: add dayjs date adapter to resources page ( #38031 )
...
PR Close #38031
2020-09-03 12:00:17 -07:00
fdea1804d6
fix(core): remove CollectionChangeRecord symbol ( #38668 )
...
Remove CollectionChangeRecord as it was deprecated for removal in v4, use
IterableChangeRecord instead.
BREAKING CHANGE: CollectionChangeRecord has been removed, use IterableChangeRecord
instead
PR Close #38668
2020-09-02 16:45:19 -07:00
86e7cd8117
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:20 -07:00
71acf9dd49
docs: Restructure table of contents to provide a more streamlined experience. ( #38353 )
...
PR Close #38353
2020-08-31 16:16:54 -07:00
f5d1e9a2d1
docs(service-worker): add section to explain unrecoverable state ( #36847 )
...
PR Close #36847
2020-08-31 11:41:13 -07:00
0a7a5e3aff
docs: Remove confusion between do/avoid templates ( #38647 )
...
PR Close #38647
2020-08-31 10:25:16 -07:00
52c7a4bfc6
docs: ng generate module command doc change ( #38480 )
...
PR Close #38480
2020-08-31 08:43:19 -07:00
827ba05914
docs: remove first person and space in CircleCI in the testing guide. ( #38631 )
...
PR Close #38631
2020-08-31 08:42:04 -07:00
b2857b4e3a
docs: remove double space in start-data. ( #38642 )
...
PR Close #38642
2020-08-31 08:41:30 -07:00
5d5caf21b8
docs: fix broken markdown in start/start-data ( #38644 )
...
PR Close #38644
2020-08-31 08:40:57 -07:00
4036281007
docs: Update contributor info for kyliau ( #38125 )
...
Added twitter handle, website, and a short bio.
PR Close #38125
2020-08-27 10:39:30 -07:00
164cd274a4
test(docs-infra): add commands to run the unit tests ( #34537 )
...
This commit adds the necessary custom commands to run the tests in a
node environment.
PR Close #34537
2020-08-27 09:05:59 -07:00
fedcfec346
test(docs-infra): add missing tests for obserables and promises ( #34537 )
...
This commit adds missing tests for obserables and promises which
are both stand-alone mini-apps.
PR Close #34537
2020-08-27 09:05:56 -07:00
618cb32407
docs: add Sam Vloeberghs to GDE list ( #37970 )
...
PR Close #37970
2020-08-26 12:52:56 -07:00
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
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
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
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
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
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
956b25a100
docs: apply code styling in template reference variables guide ( #38522 )
...
PR Close #38522
2020-08-20 13:01:33 -07:00
22f1ac3e37
docs: udpate the details ( #37967 )
...
updating my twitter handle and bio as it is changed from
Angular and Web Tech to Angular also the
twitter handle is changed to SantoshYadavDev
PR Close #37967
2020-08-20 09:38:58 -07:00