12857922c5
fix(aio): fix window title on Home page ( #20440 )
...
Using `display: none` on the `<h1>` causes `innerText` to not work as expected
and include the icon ligature (`link`) in the title. This caused the window
title on the angular.io Home page to appear as "Angular - link".
This commit fixes it by not generating anchors at all for headings with the
`no-anchor` class.
Fixes #20427
PR Close #20440
2017-11-15 22:26:20 -06:00
dbdf9f76be
docs(aio): add missing closing backtick ( #20446 )
...
PR Close #20446
2017-11-15 22:26:12 -06:00
00f2055c59
docs(aio): fix wrong copy ( #20431 )
...
PR Close #20431
2017-11-14 15:59:57 -08:00
7acbc19b94
docs(aio): fix broken link in guide/component-interaction ( #20411 )
...
add a blank line before line with markdown link
PR Close #20411
2017-11-14 10:03:24 -08:00
c69eda8f60
docs(aio): make it clear we are talking about <a> tags ( #20410 )
...
As is, it could be seen as a typo at first glance. Wrapping the "a" in carets and backticks for formatting adds some clarity.
PR Close #20410
2017-11-14 10:03:21 -08:00
210ff78f4d
docs(aio): fix typo in filename (packages.json --> package.json) ( #20377 )
...
PR Close #20377
2017-11-14 10:03:17 -08:00
96766f7336
docs(aio): fix not found schema ( #20347 )
...
Fixes #20338
PR Close #20347
2017-11-14 10:03:14 -08:00
52b50c4b6c
docs(aio): fix rxjs import ( #20350 )
...
closes #20349
PR Close #20350
2017-11-14 10:02:08 -08:00
398690d47c
docs: Dependency Injection guides for CLI ( #19892 )
...
PR Close #19892
2017-11-14 10:02:05 -08:00
dc01fb167b
docs(aio): update template forms to CLI ( #20014 )
...
PR Close #20014
2017-11-14 10:02:02 -08:00
7c26c06495
docs(aio): update reactive-forms to CLI ( #20019 )
...
PR Close #20019
2017-11-14 10:01:59 -08:00
82dc7fa628
docs(aio): update displaying-data for CLI ( #19574 )
...
PR Close #19574
2017-11-14 10:01:56 -08:00
3101e89cf5
docs(aio): update glossary for CLI ( #20017 )
...
PR Close #20017
2017-11-14 10:01:53 -08:00
79c3e1b968
docs(aio): update ajs-quick-reference for CLI ( #19552 )
...
PR Close #19552
2017-11-14 10:01:49 -08:00
c96967b235
docs(aio): remove trailing underscore from provide_ ( #20356 )
...
_provide_ was already emphasized in the previous paragraph
PR Close #20356
2017-11-14 10:01:06 -08:00
422cd0b665
docs(aio): fix missed grave accent ( #20379 )
...
PR Close #20379
2017-11-14 10:01:03 -08:00
eea2039bce
docs: AttributeDirectives guide for CLI ( #19771 )
...
PR Close #19771
2017-11-14 10:01:00 -08:00
222758bed3
fix(aio): markdown typo in Tour of Heroes tutorial ( #20288 )
...
PR Close #20288
2017-11-10 11:53:13 -08:00
2ca6bdd110
docs(aio): typo fix ( #20318 )
...
tutorial part 0 app component template file extention fix
PR Close #20318
2017-11-10 11:12:18 -08:00
2aefac841f
docs(aio): empty line between HTML tag and content ( #20341 )
...
PR Close #20341
2017-11-10 11:09:35 -08:00
ec496c2fda
docs(aio): fix typo ( #20103 )
...
PR Close #20103
2017-11-10 11:09:27 -08:00
346dbcf24a
docs(aio): show correct path for mock-heroes code ( #20323 )
...
PR Close #20323
2017-11-10 11:09:23 -08:00
48843a9f47
docs(aio): Fix typo in tutorial ( #20295 )
...
PR Close #20295
2017-11-10 11:09:05 -08:00
8f2fb02048
docs(aio): fix toh-pt3 typos ( #20307 )
...
PR Close #20307
2017-11-10 11:08:54 -08:00
3ab0963309
docs(aio): update ToH for CLI ( #19811 )
2017-11-06 10:02:40 -08:00
4292540939
docs(aio): fixed case-typo for code ( #20196 )
2017-11-06 09:59:38 -08:00
131368c774
docs(aio): update pipes for CLI ( #19553 )
2017-11-03 15:21:41 -07:00
9811bef278
docs: Bootstrapping guide prose for CLI ( #19777 )
2017-11-03 11:13:41 -07:00
3298c4a79f
docs: Component Styles guide for CLI ( #19791 )
2017-11-03 11:12:58 -07:00
a8c786c8c9
docs: Deployment guide for CLI ( #19839 )
2017-11-03 11:11:16 -07:00
e6f16a7629
docs(aio): Fix typo in Architecture Overview. ( #20073 )
2017-11-03 11:00:44 -07:00
1bb0333c23
docs(aio): Add v4 doc link to navigation ( #20089 )
...
Fixes #20090
2017-11-03 10:59:48 -07:00
895d78c0ed
docs(aio): fix badly formatted code-examples
...
closes #19970
2017-11-02 15:05:44 -07:00
e84695389b
docs: AOT guide for CLI #19510 ( #19818 )
2017-11-02 14:35:35 -07:00
4e48bdff22
docs: BrowserSupport guide for CLI ( #19843 )
2017-11-02 14:33:44 -07:00
2185e466db
docs: Npm Packages guide for CLI ( #19850 )
2017-11-02 14:28:23 -07:00
6f05dab2fc
docs(aio): updated i18n guide and example ( #19975 )
2017-11-02 14:23:04 -07:00
18197bd56d
docs(aio): fix linting for universal ( #20086 )
...
PR Close #20086
2017-11-02 00:51:55 +01:00
a1ec65b1dd
docs(aio): fix typo in attribute-directives
...
Closes #20071
2017-11-01 15:21:40 -07:00
851e1cfcfd
docs(aio): update universal for CLI
...
PR Close #20039
2017-11-01 15:19:33 -07:00
a363be6b5c
docs(aio): upgrade to v5 and cli 1.5
...
PR Close #20077
2017-11-01 14:14:38 -07:00
b497e9e6ee
fix(docs): Fix 404 on amcdnl image
...
PR Close #19120
2017-11-01 16:55:36 -04:00
78052e4984
docs(aio): update AngularJS Quick Reference guide
...
PR Close #19939
2017-11-01 16:55:17 -04:00
bf861f5539
docs(aio): fix typo
...
PR Close #20029
2017-11-01 16:55:09 -04:00
d99a5ec494
docs(aio): fix typo
...
PR Close #20042
2017-11-01 16:55:01 -04:00
d651fc0d6a
docs(aio): fix typo
...
PR Close #20069
2017-11-01 16:54:52 -04:00
fcfb1544e8
docs(aio): changed confusing term ( #19762 )
...
Controller should be decorator I believe
PR Close #19762
2017-10-18 11:18:26 -07:00
81173b0d29
fix(aio): make tests less flaky ( #19784 )
...
PR Close #19784
2017-10-18 10:19:24 -07:00
9723a362b6
docs(aio): update 2018 events ( #19706 )
...
update ac 2017 dates
PR Close #19706
2017-10-17 10:38:37 -07:00
91fcfcb042
feat(aio): add search to 404 page ( #19682 )
...
The 404 page will now run a search based on the given URL to offer
suggestions for the page that the user really wanted.
PR Close #19682
2017-10-13 09:18:42 -07:00