thanhpd
38e9959cf0
docs: remove redundant whitespaces and fix minor typos ( #33483 )
...
PR Close #33483
2019-10-30 10:42:37 -07:00
John Ralph Umandal
a08b1816d5
docs: fixed cli ng update reference link ( #33320 )
...
The automated link for ng update is currently going to the
wrong page. Edit directs them to the correct page.
PR Close #33320
2019-10-29 14:03:53 -07:00
thanhpd
ac4353ce8a
docs: added missing whitespaces ( #33424 )
...
PR Close #33424
2019-10-29 11:40:50 -07:00
George Kalpakas
26a6db208c
docs(docs-infra): document running docs examples in ivy mode ( #33399 )
...
PR Close #33399
2019-10-25 09:19:36 -07:00
Geoff Bass
e0428fe83c
docs: fix typo in getting started guide ( #33372 )
...
Add a missing word to make the phrase grammatically correct
PR Close #33372
2019-10-24 09:51:37 -07:00
Andrus Diaz
82df950c65
docs: add example of a server in golang for deployment ( #33092 )
...
PR Close #33092
2019-10-24 09:51:06 -07:00
Stefanie Fluin
2d465ee37b
feat(docs-infra): implement figure styles ( #33259 )
...
PR#28396 originally addressed an update via issue #23983 to make images more visible with a white background (implementation of gray "lightbox").
This PR implements those styles defined in PR#28396.
PR Close #33259
2019-10-23 12:59:35 -07:00
ODAVING
70238f7d7d
docs: fix spelling error in angular component ( #32971 )
...
change component class section of the docs
Closes #32948
PR Close #32971
2019-10-23 11:46:42 -07:00
Keen Yee Liau
704e3543dc
docs: Fix appHighlightColor typo ( #33331 )
...
In the example, there's no directive nor input that's named `appHighlightColor`.
It should be `appHighlight`, referring to the input binding.
PR Close #33331
2019-10-23 11:08:19 -07:00
George Kalpakas
98e71d31db
build(docs-infra): upgrade cli command docs sources to 5bf754195 ( #33350 )
...
Updating [angular#8.2.x](https://github.com/angular/angular/tree/8.2.x ) from [cli-builds#8.3.x](https://github.com/angular/cli-builds/tree/8.3.x ).
##
Relevant changes in [commit range](https://github.com/angular/cli-builds/compare/e21aeeecd...5bf754195 ):
**Modified**
- help/update.json
##
PR Close #33350
2019-10-23 09:59:37 -07:00
George Kalpakas
7478d0cf4d
test(docs-infra): disable es5 size tracking in aio tests ( #33356 )
...
PR Close #33356
2019-10-23 09:58:13 -07:00
George Kalpakas
57c3a238ea
fix(docs-infra): scroll to top when navigating to new page via address bar ( #33344 )
...
Previously, when navigating to a new page via a link, the scroll
position was correctly restored to 0, but navigating to a new page via
typing the URL in the browser address bar keeps the old scroll position.
This commit ensures that the scroll position is restored to 0 whenever
the `ScrollService` is instantiated anew (i.e. new page navigation). The
old behavior of retaining the scroll position on reload is kept by
storing the old URL when leaving a page and only applying the stored
scroll position if the new URL matches the stored one.
Fixes #33260
PR Close #33344
2019-10-23 09:12:04 -07:00
TinyMan
fc147289a9
docs: clarrify use of sw behind redirect ( #32915 )
...
Closes #30684
PR Close #32915
2019-10-21 16:50:52 -04:00
David Sánchez
3f3e1bfce9
docs: clarify steps in Hosting on Firebase ( #33089 )
...
PR Close #33089
2019-10-21 16:07:05 -04:00
Diego Juliao
88869a2965
docs: update deployers table with ngx-deploy-npm ( #33269 )
...
ngx-deploy-npm is a custom deployer to publish Angular libraries to NPM
PR Close #33269
2019-10-21 11:28:21 -04:00
Judy Bogart
958aba9391
docs: edit and organize language service doc ( #33202 )
...
PR Close #33202
2019-10-18 18:19:06 -04:00
Amadou Sall
3d60f2cefc
docs: clarify instructions on where to create the proxy.conf.json file ( #33244 )
...
PR Close #33244
2019-10-18 14:40:58 -04:00
paulceli
1281bef896
docs: fix code-example displayed path ( #33228 )
...
PR Close #33228
2019-10-17 14:06:41 -04:00
Mayur Barge
ef0b8f4a87
docs: fix typo in getting started guide ( #33185 )
...
Fixes #33181
PR Close #33185
2019-10-16 10:23:03 -04:00
Harinder Singh
2daa838a04
docs: Update link ( #33166 )
...
Update multi-project workspace link
weblink on the angular.io website was not working, therefore, updated the multi-project workspace link.
PR Close #33166
2019-10-15 16:52:31 +00:00
Alexander von Weiss
5f52e63857
docs: use neutral domain name in i18n example ( #33146 )
...
PR Close #33146
2019-10-15 16:50:02 +00:00
Grigoriy Beziuk
73e667f61f
docs: a typo fixed in the upgrade guide ( #33054 )
...
PR Close #33054
2019-10-14 23:46:23 +00:00
Yulia Tsareva
7e511e78cd
docs: fix typo in guide ( #33155 )
...
PR Close #33155
2019-10-14 23:43:30 +00:00
Harinder Singh
242981963e
docs: add command for creating angular workspace ( #32804 )
...
Improved documentation
Add command to create Angular workspace, it is required for executing `ng generate library <my-lib>` .
PR Close #32804
2019-10-14 16:32:47 +00:00
Benjamin Liii
970df9ebaf
docs: add note to build Angular locally ( #31053 )
...
I got the compiled failed error when I followed the tutorial, which should be informed in advance as there are people who might not know the dependency in the package.json if they have no former relevant experience.
PR Close #31053
2019-10-14 16:31:53 +00:00
Yulia Tsareva
36fd063737
docs: fix typo in guide ( #32893 )
...
PR Close #32893
2019-10-10 13:54:59 -07:00
John Ralph Umandal
c1b7f0370e
docs: changed 'function' word in to 'steps' ( #32211 )
...
changed word for better method's interpretation.
PR Close #32211
2019-10-10 13:54:24 -07:00
John Ralph Umandal
882a9e3856
docs: fixed a misleading sentence ( #32211 )
...
Reading this sentence, make the reader think that the second argument strictly accepts one single animate, which is not
PR Close #32211
2019-10-10 13:54:24 -07:00
Danny Skoog
2952ea57a5
docs: correct sentence in AoT compiler guide ( #33020 )
...
PR Close #33020
2019-10-07 13:13:58 -07:00
Koala
3541e590f4
docs: fix accessibility lint rules ( #32661 )
...
Add and fix accessibility rules, bump codelyzer to support pseudo events
for template-click-events-have-key-events rule.
PR Close #32661
2019-10-07 11:22:50 -07:00
Santosh Yadav
8ef0ae3561
docs: add dotnettricks to training ( #32771 )
...
PR Close #32771
2019-10-07 11:03:04 -07:00
Santosh Yadav
a1d9848456
build(docs-infra): update in-memory-we-api and karma-jasmine-html-reporter version ( #32892 )
...
The `karma-jasmine-html-reporter` update also includes a fix for
taras42/karma-jasmine-html-reporter#31.
Fixes #29802
PR Close #32892
2019-10-07 10:51:20 -07:00
Filipe Silva
30253a7df3
ci: use CircleCI parameterized jobs ( #32745 ) ( #32982 )
...
Parameterized jobs lets us reduce duplication of very similar jobs.
See https://circleci.com/docs/2.0/reusing-config/#authoring-parameterized-jobs for more info.
PR Close #32745
PR Close #32982
2019-10-03 14:14:56 -07:00
George Kalpakas
eb0461d2d4
fix(docs-infra): ignore ng*Def members in API docs ( #31378 )
...
`ng*Def` properties (such as `ngInjectorDef`) are not considered part of
the public API and should not appear in the API docs. This commit adds a
filter to remove these properties from the docs metadata.
PR Close #31378
2019-10-03 10:24:35 -07:00
Showtim3
8237e958a6
docs: fix typo in attribute-directives.md ( #32943 )
...
Fixes #32924
PR Close #32943
2019-10-02 14:30:51 -07:00
Kapunahele Wong
9ba898d588
docs: remove Renderer2 section ( #32972 )
...
PR Close #32972
2019-10-02 13:47:50 -07:00
Kapunahele Wong
cd1b0c1b1f
Revert "docs: move renderer2 deprecation guide into own file ( #32626 )" ( #32972 )
...
This reverts commit 222af38462 .
PR Close #32972
2019-10-02 13:47:50 -07:00
Kapunahele Wong
06072e0062
Revert "docs: add undecorated classes migration faq ( #32478 )" ( #32972 )
...
This reverts commit bd679581e2 .
PR Close #32972
2019-10-02 13:47:49 -07:00
Kapunahele Wong
288e0ef7b6
Revert "docs: add dynamic queries flag migration documentation ( #32582 )" ( #32972 )
...
This reverts commit 206fb82330 .
PR Close #32972
2019-10-02 13:47:49 -07:00
Jakub Pawlot
88ad5052bf
docs: add comment about newEvent utility function ( #32001 )
...
PR Close #32001
2019-10-02 13:28:39 -07:00
Kai Röder
7e6644a25a
docs(docs-infra): use recommended type assertion ( #31042 )
...
Angular uses tslint:recommended by default. The default for no-angle-bracket-type-assertion is true
See https://github.com/palantir/tslint/blob/master/src/configs/recommended.ts#L69
PR Close #31042
2019-10-02 13:25:40 -07:00
Nikita Potapenko
d533d15001
docs: add ngOnInit description ( #32789 )
...
PR Close #32789
2019-10-02 13:24:31 -07:00
Stephen Fluin
56ac18ea8c
docs: fix stackblitz example polyfills ( #32969 )
...
PR Close #32969
2019-10-02 13:20:38 -07:00
Judy Bogart
d96167fc54
docs: add lib build note ( #32940 )
...
PR Close #32940
2019-10-02 10:59:06 -07:00
Jordan Amman
a2fc5774a7
docs: added '>' to ng-template closing tag. ( #32939 )
...
Fixes #32931
PR Close #32939
2019-10-02 09:44:24 -07:00
George Kalpakas
c6041b985e
fix(docs-infra): show hamburger button on getting started guide ( #32941 )
...
In 1c3ee4190 , the `getting-started` guide/tutorial was renamed to
`start`, but the corresponding CSS class that controls the display of
the top-left hamburger (and it automatically derived based on the URL)
was not updated.
This commit updates the class to ensure that the hamburger is not hidden
when navigating to the getting started guide.
PR Close #32941
2019-10-02 09:20:23 -07:00
Kapunahele Wong
b45d2e0fb1
docs: add dynamic queries flag migration documentation ( #32582 )
...
PR Close #32582
2019-10-01 17:19:06 -07:00
Judy Bogart
42f7419522
docs: emphasize headers for code examples ( #32938 )
...
PR Close #32938
2019-10-01 14:45:30 -07:00
Joshua Colvin
32f5241598
docs: fix capitalization in elements docs ( #32917 ) ( #32936 )
...
PR Close #32917
PR Close #32936
2019-10-01 14:44:50 -07:00
Gérôme Grignon
3a80069f65
docs: fix typo in creating-libraries ( #32930 )
...
PR Close #32930
2019-10-01 10:59:02 -07:00