Michiel Kikkert
8d8e419664
fix(core): correct "development mode" console message ( #36571 )
...
The message can be improved by removing the unneeded ‘the’ (x2).
Before:
Angular is running in the development mode. Call enableProdMode() to enable the production mode.
After:
Angular is running in development mode. Call enableProdMode() to enable production mode.
Closes #36570
PR Close #36571
2020-05-12 10:50:12 -07:00
Kapunahele Wong
305b059809
docs: refactor routing doc ( #35566 )
...
This rewrite changes headings to focus on user tasks rather than features,
verifies that content is up-to-date and complete, removes colloquial phrases,
adds prerequisites, and expands on a task-based section in the beginning
(a quick reference).
PR Close #35566
2020-04-16 10:36:01 -07:00
Jeffrey Bosch
3893799183
docs: add amazon s3 builder package ( #34783 )
...
PR Close #34783
2020-02-24 09:13:58 -08:00
Kapunahele Wong
d72cfc9d57
docs: remove deployment section on golang because of errors ( #34099 )
...
The golang section was recently added to the deployment guide
but has been reported as returning errors, where it had previously
worked. After discussion and testing with
Stephen Fluin, we are removing this section because of
inconsistency in functionality.
PR Close #34099
2020-01-30 10:20:19 -08:00
Luka Petrovic
f95e2c7e7e
docs: fix broken links ( #34311 )
...
PR Close #34311
2019-12-10 09:17:12 -08:00
Judy Bogart
f84f362de3
docs: clarify differential load doc ( #34189 )
...
PR Close #34189
2019-12-03 10:37:11 -08:00
Stefanie Fluin
fe4447d568
feat(docs-infra): simplify image styles and remove figure references ( #33748 )
...
Reference #33259
Removes figures elements as AIO is not typically using captions or image groups where figures would be necessary or appropriate
PR Close #33748
2019-11-14 09:27:02 -08:00
Németh Tamás
b97577bd94
docs: grammar fix ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
Németh Tamás
4385cbaa65
docs: add missing word ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
Santosh Yadav
0ca2a390d5
docs: app-name not rendering on browser ( #33613 )
...
Fixes #33612
PR Close #33613
2019-11-07 20:31:48 +00:00
TheMushr00m
66ab701606
docs: add example of a server in ruby for deployment ( #33418 )
...
PR Close #33418
2019-10-31 22:22:01 +00:00
thanhpd
2f6c97e93c
docs: remove redundant whitespaces and fix minor typos ( #33422 )
...
PR Close #33422
2019-10-29 11:39:17 -07:00
Andrus Diaz
2f3812a1ef
docs: add example of a server in golang for deployment ( #33092 )
...
PR Close #33092
2019-10-24 09:51:05 -07:00
Stefanie Fluin
ba29e4d953
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:34 -07:00
Diego Juliao
160547dad6
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:18 -04:00
john li
5ae48d52e6
docs: fix typo in deployment guide ( #32777 )
...
The typo causes most of the callout to not appear on the page. The issue
appears at the bottom of the "Lazy loading" section on the live site:
https://angular.io/guide/deployment#lazy-loading
PR Close #32777
2019-09-27 10:32:38 -07:00
Santosh Yadav
9bbe67f286
docs: add clarification regarding development in older browsers in Deployment guide ( #32210 )
...
Fixes #32199
PR Close #32210
2019-08-30 13:53:11 -04:00
Ankit Prajapati
7c7fcd7ab8
docs: change lite-server baseDir path to output folder ( #32164 )
...
In lite-server baseDir, path should be the output folder path, So need to change `baseDir="dist"` to `baseDir="dist/project-name"`
PR Close #32164
2019-08-27 15:53:37 -07:00
mgechev
21bb74d16f
docs: improve structure ( #32227 )
...
PR Close #32227
2019-08-22 13:29:48 -07:00
mgechev
1d1ab37546
docs: fix typo ( #32227 )
...
PR Close #32227
2019-08-22 13:29:48 -07:00
mgechev
a00824c986
docs: restructure the ng deploy section ( #32227 )
...
PR Close #32227
2019-08-22 13:29:48 -07:00
mgechev
d5aca7ef51
docs: address comments in the ng deploy guide ( #32227 )
...
PR Close #32227
2019-08-22 13:29:47 -07:00
mgechev
47cc92f004
docs: fix broken links to deployment packages ( #32227 )
...
PR Close #32227
2019-08-22 13:29:47 -07:00
mgechev
e21e01ca22
docs: add ng deploy to the deployment guide ( #32227 )
...
PR Close #32227
2019-08-22 13:29:47 -07:00
George Kalpakas
a86850e3f2
refactor(docs-infra): remove obsolete `format` attribute from code examples ( #31674 )
...
The `format` attribute is an artifact of an old version of the docs
tooling (before moving it into the angular/angular repo) and no longer
does anything. People are still copy-pasting it from existing examples.
This commit removes all occurrences of the `format` attribute on code
examples.
PR Close #31674
2019-07-24 14:38:54 -07:00
George Kalpakas
1bcd58cee8
refactor(docs-infra): remove `linenums=false` since it is now the default ( #31674 )
...
PR Close #31674
2019-07-24 14:38:54 -07:00
Judy Bogart
fde016bc38
docs: fix typo in deployment page ( #31369 )
...
PR Close #31369
2019-07-02 11:29:11 -07:00
Alan
6c0cca093a
docs: couple of small UI fixes throughout some documents ( #31155 )
...
PR Close #31155
2019-06-27 09:51:28 -07:00
Romain Freydiger
1e7e065423
docs: correct indention for code example in deployment guide ( #31255 )
...
PR Close #31255
2019-06-25 14:44:34 -07:00
Judy Bogart
c5d1e1a3da
docs: fix bad tag ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
b1fe1aa8fa
docs: fix bad anchors ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
9177ffaf58
docs: fix code example formats ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
f4fe1f65be
docs: add instructions for es5 serve and test targets ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
jenniferfell
1c3ee41902
docs: move old quick start content into new local setup guide ( #29651 )
...
PR Close #29651
2019-05-20 10:16:23 -07:00
dsychin
44cf981407
docs: remove mention of chrome 41 from differential loading ( #30390 )
...
PR Close #30390
2019-05-10 11:55:12 -07:00
Brandon Roberts
57c8f78c8f
docs: add Differential Loading section to deployment guide ( #29932 )
...
PR Close #29932
2019-04-22 16:30:20 -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
Sasidhar Vanga
5e6e96d844
docs: fix GitHub pages deployment command ( #26896 )
...
closes #26803
PR Close #26896
2019-01-14 10:32:31 -08:00
Johannes Hoppe
96f4969a2b
docs: fix broken html for deployment.md ( #27851 )
...
without the closing quote the text and link are not displayed correctly
PR Close #27851
2019-01-10 17:03:54 -08:00
Igor Minar
62b4ff5250
docs: fixup deployment guide ( #26486 )
...
- remove sections that were not relevant (all the development stuff)
- fix incorrect info
PR Close #26486
2018-10-30 16:29:04 -04:00
Alan
c3643615fc
docs: replace `alert-is-helpful` with `alert is-helpful` ( #26497 )
...
PR Close #26497
2018-10-17 11:24:19 -07:00
jenniferfell
beebf7fe14
docs: change links to cli wiki to link to new aio docs ( #26489 )
...
PR Close #26489
2018-10-17 11:06:34 -07:00
jenniferfell
1657c997cd
docs: fix tbd link and minor edits ( #26404 )
...
PR Close #26404
2018-10-11 14:10:01 -07:00
thanhpd
4006c9b6e6
docs: fix spelling errors ( #26213 )
...
PR Close #26213
2018-10-05 14:18:19 -07:00
Judy Bogart
f455518d80
docs: integrate cli doc from wiki into main doc ( #25776 )
...
PR Close #25776
2018-09-27 15:33:47 -07:00
Stefanie Fluin
d523630ea2
docs(aio): cleanup aalert, callout, subsection use and author style ( #24986 )
...
PR Close #24986
2018-07-24 08:22:14 -07:00
Ricardo Varanda
fe8fe9ba9e
docs: update Angular CLI option for sourcemaps ( #24437 )
...
PR Close #24437
2018-06-25 07:53:26 -07:00
Brandon Roberts
fd9d1888ce
build(aio): align stackblitz files with Angular CLI V6 ( #23521 )
...
Also cleans up legacy references to `.angular-cli.json`
PR Close #23521
2018-05-02 15:00:57 -07:00
Kapunahele Wong
9eecb0b27f
docs: fix deployment sample path ( #22048 )
...
PR Close #22048
2018-02-22 13:40:57 -08:00
Anton Strogonoff
27196b676b
docs(aio): fix punctuation for clarity ( #21325 )
...
PR Close #21325
2018-01-08 16:12:24 -08:00