63 Commits

Author SHA1 Message Date
不肖・高橋
e87dbafba1 docs: fix a typo ()
The 'B' in 'StackBlitz' is lowercased.
PR Close 
2021-05-27 08:55:28 -07:00
Teri Glover
500db42a2e docs: Edited to remove jargon ()
PR Close 
2021-05-10 10:29:36 -04:00
David Shevitz
3b589030a8 docs: Remove references to protractor from documentation ()
PR Close 
2021-05-03 14:26:09 -07:00
Alan Agius
7d6db009e9 docs: update docs to reflect production mode by default ()
In CLI version 12, we introduced the concept of production builds by default.

With this change we update the documentation to reflect the changes.

More information about the change can be found https://github.com/angular/angular-cli/pull/20128

PR Close 
2021-03-16 09:32:44 -07:00
Enea Jahollari
19114dc11e docs: remove unnecessary <hr /> tags in Getting Started sections ()
After the docs UI redesign `h2` tags got a border top.
`border-top: 1px solid #dbdbdb;`;
In the sections of Getting Started guide in order to separate
`What's next` from above content an `<hr />` tag was used,
that now becomes unnecessary.

This commit removes unnecessary `<hr />` tags.

PR Close 
2021-02-16 08:00:42 -08:00
Sam Hrncir
ccd10ea315 docs: Clarify new ng workspace options ()
Hope this helps make the tutorial go even smoother for people after me.

PR Close 
2021-02-12 16:13:30 -08:00
Sam Hrncir
b4c8143cc2 docs: Update start-deployment.md ()
Updated section reference to current name listed in sidebar.
PR Close 
2021-02-12 09:30:03 -08:00
Sam Hrncir
6425a6d543 docs: typo fix ()
PR Close 
2021-02-12 08:59:47 -08:00
Sam Hrncir
ca43938d24 docs: copy paste error ()
The removed bit was copied and pasted from a previous section.  Not relevent for the particular step of the tutorial.
The removed bit can we found as intended in __Adding Navigation__ section.
PR Close 
2021-02-11 15:59:55 -08:00
George Kalpakas
a086976d68 fix(docs-infra): improve heading styles ()
This commit includes some general improvements to heading styles
(font-weight, margin/padding). It also adds a horizontal separator above
`<h2>` headings to segment important sections more easily.
(As a consequence, we can remove several `<hr />` elements right before
`<h2>` headings.)

Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>

PR Close 
2021-02-02 12:04:55 -08:00
Alexey Elin
25892c1bcf docs: add links to TypeScript ()
PR Close 
2021-01-13 14:02:32 -08:00
Kapunahele Wong
184d0e568f docs: edit getting started start-forms.md ()
PR Close 
2021-01-11 15:34:12 -08:00
Kapunahele Wong
087784aba1 docs: edit getting started start-deployment.md ()
PR Close 
2021-01-11 15:33:18 -08:00
George Kalpakas
1e151f9fe4 docs: fix instructions for setting up ProductDetailsComponent in start-routing.md ()
PR  switched the `getting-started` docs example from using the
index of a product in the `products` array to using the product's ID
property for indentifiying each product in the `ProductDetailsComponent`
component. However, some necessary changes in the example code and the
`start-routing.md` guide were missed in , resulting in broken
instructions for the readers (see ).

This commit is essentially a follow-up to , making the remaining
changes in the example code and the guide instructions.

Fixes 

PR Close 
2021-01-06 13:54:54 -08:00
Troels Lenda
362f45c4bf docs: use an explicit product id in the getting started example ()
Simplyfing the example by prodiving an id for each
product instead of relying on their index in the array.

Closes 

PR Close 
2020-12-17 12:02:10 -08:00
Kapunahele Wong
1de59d2818 docs: edit step 2 of getting started start-routing.md ()
PR Close 
2020-11-30 15:00:38 -08:00
Kapunahele Wong
9a2f83b826 docs: edit Getting Started start/index.md copy and headers ()
PR Close 
2020-11-30 11:06:11 -08:00
Kapunahele Wong
0870af1740 docs: edit start-data.md ()
PR Close 
2020-11-23 08:26:23 -08:00
Marcono1234
3e1e5a15ba docs: update links to use HTTPS as protocol ()
PR Close 
2020-11-20 12:52:16 -08:00
Nhan Nguyen
540f02b6ad docs: add install Firebase CLI step before using its commands ()
PR Close 
2020-10-27 14:29:05 -07:00
Jethro Lee
e7ce96e780 docs: move placement of help note in tutorial ()
PR Close 
2020-10-27 10:36:59 -07:00
David Shevitz
145ab3d7e0 docs: Update titles to getting started topics ()
The topics for our getting started tutorial are inconsistent.
This change makes the titles consistent and easier to read.

PR Close 
2020-09-21 16:30:35 -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
Windvis
45d79efc3f docs: remove all references to Angular Console ()
Angular Console has been renamed and links no longer work. It has been decided to remove references to this third-party tool from the AIO documentation.

Closes 

PR Close 
2020-07-15 12:30:59 -07:00
Ajit Singh
8f1d0c317e docs: remove https://angular.io from internal links ()
PR  itroduces icons on all links if the link contains https:// or http:// but there were some internal links left which contained https://angular.io. Removed https://angular.io from all these links.

PR Close 
2020-05-19 10:11:41 -07:00
Judy Bogart
75dff8a93a docs: improve startup nav, naming, and terminology ()
PR Close 
2020-04-22 17:08:29 -04:00
ajitsinghkaler
1fa1dd5aaa docs: getting started guide use pipe before introduction ()
In "Getting started" guide pipes are not intoduced anywhere but are used in the guide.
Added refrence to pipes for better consistency in the tutorial.

Fixes 

PR Close 
2020-04-16 16:09:20 -04:00
Sonu Kapoor
6b4c5289b3 fix(docs-infra): remove routerLink from top-bar ()
Closes 

PR Close 
2020-03-13 08:25:39 -07:00
David Shevitz
c414f45ddf docs: update getting started topics to avoid duplicate topic names ()
PR Close 
2020-02-25 13:10:30 -08:00
Sonu Kapoor
d2a112fa72 docs: clarify getting started deployment guide ()
PR Close 
2020-02-20 15:12:28 -08:00
Aristeidis Bampakos
9ca1faf865 docs: Fix minor typos and coding styles ()
- Fix minor typos in the Getting Started, Forms and AOT Compiler guide.
- Fix minor typo in the Tour of Heroes app.
- Fix coding styles in the Getting Started guide and the Tour of Heroes app

PR Close 
2020-02-13 13:31:30 -08:00
Sonu Kapoor
f015d99117 docs: Update doc to use ng firebase schematics for deployment ()
Previously, the `deployment` section, was using the `firebase`
CLI to deploy the angular project into firebase. With the better
integration through the `fire` schematics, it is now easier to
deploy angular applications into firebase. This commit takes
care of this, by outlined the required steps for deployment.

Closes 

PR Close 
2020-02-13 10:07:26 -08:00
Santosh Yadav
b9b38f0ad2 docs: Repetition on getting started tutorial ()
Fixes 
PR Close 
2020-02-11 13:20:16 -08:00
ajitsinghkaler
f6dee72a88 docs: add note that when ngOnInit not used ()
In some examples ngOnInit was missing added note to tell when it is missing.

Fixes 

PR Close 
2020-01-10 14:40:52 -08:00
ShubhrankR
b9b8920227 docs: typo in Deployment section of getting started ()
Fixes 

PR Close 
2020-01-07 10:33:01 -08:00
Kapunahele Wong
8410278b6d docs: copy edit getting started step 4 ()
PR Close 
2020-01-06 10:59:37 -08:00
ajitsinghkaler
6bfe214346 docs: add products.ts file on getting started page ()
in the getting started page (first tutorial) file products.ts which was not shown and was only present in the StackBlitz examples. So added a refrence that it is present in the example and also added a note that examples may carry filenames not present please look at StackBliz examples for details

Fixes 

PR Close 
2019-12-17 11:41:55 -08:00
ajitsinghkaler
f503832abe docs: fix headers in "Getting Started" code-snippets ()
The headers of two of the code-snippets in the [Input section](https://angular.io/start#input)
of the "Getting Started" guide incorrectly referenced an non-existent
file path (`src/app/product-list/product-alerts.component.ts`).

This commit fixes the headers to show the correct file path
(`src/app/product-alerts/product-alerts.component.ts`).

Fixes 

PR Close 
2019-12-11 09:49:49 -08:00
Kapunahele Wong
3805172f9c docs: edit copy of getting started step 3 ()
PR Close 
2019-12-06 10:27:00 -08:00
Kapunahele Wong
e71d151571 docs: edit copy of getting started step 2 ()
PR Close 
2019-12-05 10:10:40 -08:00
Stefanie Fluin
fe4447d568 feat(docs-infra): simplify image styles and remove figure references ()
Reference 
Removes figures elements as AIO is not typically using captions or image groups where figures would be necessary or appropriate

PR Close 
2019-11-14 09:27:02 -08:00
Judy Bogart
c6ebcd1eb9 docs: fix numbering ()
PR Close 
2019-11-11 12:46:34 -08:00
Judy Bogart
2a4061a3fd docs: clarify status of sample app in stackblitz ()
PR Close 
2019-11-06 19:39:12 +00:00
Geoff Bass
d863839ecc docs: fix selector in getting started guide ()
PR Close 
2019-10-31 22:22:25 +00:00
thanhpd
2f6c97e93c docs: remove redundant whitespaces and fix minor typos ()
PR Close 
2019-10-29 11:39:17 -07:00
Geoff Bass
2805af900f docs: fix typo in getting started guide ()
Add a missing word to make the phrase grammatically correct
PR Close 
2019-10-24 09:51:36 -07:00
Stefanie Fluin
ba29e4d953 feat(docs-infra): implement figure styles ()
PR#28396 originally addressed an update via issue  to make images more visible with a white background (implementation of gray "lightbox").

This PR implements those styles defined in PR#28396.

PR Close 
2019-10-23 12:59:34 -07:00
David Sánchez
427a1ccd9a docs: clarify steps in Hosting on Firebase ()
PR Close 
2019-10-21 16:07:04 -04:00
Mayur Barge
51b9ce44ea docs: fix typo in getting started guide ()
Fixes 

PR Close 
2019-10-16 10:23:01 -04:00