8 Commits

Author SHA1 Message Date
Joey Perrott
4d56c10584 docs: move helpful alert regarding built-in directives to more logical place ()
Moving the helpful alert expressing that built-in directives use public APIs
to be under the heading about built-in directives generally makes the content
in the alert more related to its surroundings than its previous location within
the ng-for section.

Closes 

PR Close 
2021-05-21 22:13:03 +00:00
Kapunahele Wong
6c783c7fcb docs: rewrite structural-directives.md ()
PR Close 
2021-03-01 15:32:26 -08:00
Kapunahele Wong
75db0c7445 docs: edit builtin-directives doc ()
Edit built-in-directives.md copy and headers, fixes affected
links, adds a docregion to make steps clearer.

PR Close 
2021-02-16 13:04:41 -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
Kapunahele Wong
2c275f6d7a docs: archive template expression operators doc, move pipes precedence section ()
Archives most of the content in the template expression operators doc.
The pipes precedence section that was originally in
template expression operators moves into the pipes doc
with some editing and an addition of a ternary example.

PR Close 
2020-11-24 08:41:18 -08:00
Aristeidis Bampakos
492e236ae6 docs: Typos fixes in built-in directives guide ()
PR Close 
2020-10-16 10:05:26 -07:00
Ajit Singh
696a9b01ef docs: remove https://angular.io from internal links ()
PR  introduces 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-08-06 09:01:34 -07:00
Kapunahele Wong
5b31a0a294 docs: separate template syntax into multiple docs ()
This is part of a re-factor of template syntax and
structure. The first phase breaks out template syntax
into multiple documents. The second phase will be
a rewrite of each doc.

Specifically, this PR does the following:

- Breaks sections of the current template syntax document each into their own page.
- Corrects the links to and from these new pages.
- Adds template syntax subsection to the left side NAV which contains all the new pages.
- Adds the new files to pullapprove.

PR Close 
2020-07-20 11:16:44 -07:00