codediodeio
c2cb475a2c
docs(aio): add angularfirebase.com to education resources ( #20302 )
...
PR Close #20302
2017-11-21 22:28:00 -06:00
Ward Bell
816d5ba3fd
docs: NgModule guide prose for CLI (partial) ( #19776 )
...
Also replaces “Angular Module” with “NgModule” wherever that is clarifying.
Continue using “module” when qualified as in “feature module”, “root module”, “routing module”, etc.
PR Close #19776
2017-11-20 18:39:25 -06:00
hartraft
365712e2f0
docs(aio): fix typo in Attribute Directives documentation ( #20143 )
...
changed "appHightlight" to "appHighlight"
PR Close #20143
2017-11-17 12:53:10 -06:00
shioyang
368cb5ad4e
docs(aio): fix a typo to improve readability ( #20435 )
...
Remove a comma and space
PR Close #20435
2017-11-16 16:19:48 -06:00
Shavi Pathania
949836d003
docs(aio): Clearing array with [] ( #20369 ) ( #20395 )
...
Convert remaining references to directly use LoggerServices logs.
PR Close #20395
2017-11-16 16:19:35 -06:00
Shavi Pathania
697fb76960
docs(aio): Removing reference to LoggerService property ( #20369 ) ( #20395 )
...
The reference removed so that calling LoggerService clear() method
behaves as intended in SpyComponent.
PR Close #20395
2017-11-16 16:19:35 -06:00
Shavi Pathania
0fedb57cb0
docs(aio): Clearing array with [] ( #20369 ) ( #20395 )
...
Clearing array with setting length to 0 replaced with [] for being short
and marginally efficient. For reference: [] is turned into a sequence of
around 15 machine instructions on x64 (if bump pointer allocation succeeds),
whereas a.length=0 is a C++ runtime function call, which requires 10-100x as
many instructions.
Benedikt Meurer
PR Close #20395
2017-11-16 16:19:35 -06:00
George Kalpakas
7e38f4fd1f
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 18:25:58 -06:00
Brad Pitcher
c28b52187a
docs(aio): add missing closing backtick ( #20446 )
...
PR Close #20446
2017-11-15 18:25:49 -06:00
Leo Globerman
1adbcda12e
docs(aio): fix wrong copy ( #20431 )
...
PR Close #20431
2017-11-14 15:58:25 -08:00
Levi Zitting
b9bd3204f2
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:00:46 -08:00
Brad Pitcher
bf651a504f
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:00:42 -08:00
Marcelo Melo
e5c4371d72
docs(aio): fix typo in filename (packages.json --> package.json) ( #20377 )
...
PR Close #20377
2017-11-14 10:00:39 -08:00
Aravind
3caae94261
docs(aio): fix not found schema ( #20347 )
...
Fixes #20338
PR Close #20347
2017-11-14 10:00:35 -08:00
Trotyl
e7a2b31472
docs(aio): fix rxjs import ( #20350 )
...
closes #20349
PR Close #20350
2017-11-14 10:00:31 -08:00
Ward Bell
c03186013c
docs: Dependency Injection guides for CLI ( #19892 )
...
PR Close #19892
2017-11-14 10:00:28 -08:00
Jesus Rodriguez
5a2531ee45
docs(aio): update template forms to CLI ( #20014 )
...
PR Close #20014
2017-11-14 10:00:23 -08:00
Jesus Rodriguez
6ca780178c
docs(aio): update reactive-forms to CLI ( #20019 )
...
PR Close #20019
2017-11-14 10:00:17 -08:00
Jesus Rodriguez
9608b0636d
docs(aio): update displaying-data for CLI ( #19574 )
...
PR Close #19574
2017-11-14 10:00:13 -08:00
Jesus Rodriguez
89187d9b6b
docs(aio): update glossary for CLI ( #20017 )
...
PR Close #20017
2017-11-14 10:00:10 -08:00
Jesus Rodriguez
335b72f301
docs(aio): update ajs-quick-reference for CLI ( #19552 )
...
PR Close #19552
2017-11-14 10:00:02 -08:00
Brad Pitcher
74071210eb
docs(aio): remove trailing underscore from provide_ ( #20356 )
...
_provide_ was already emphasized in the previous paragraph
PR Close #20356
2017-11-14 09:59:56 -08:00
Aliaksei Urbanski
fde966832b
docs(aio): fix missed grave accent ( #20379 )
...
PR Close #20379
2017-11-14 09:59:51 -08:00
Ward Bell
75d474e1d3
docs: AttributeDirectives guide for CLI ( #19771 )
...
PR Close #19771
2017-11-14 09:59:43 -08:00
Levi Zitting
cf618c564c
fix(aio): markdown typo in Tour of Heroes tutorial ( #20288 )
...
PR Close #20288
2017-11-10 11:51:18 -08:00
Kirils Ladovs
fb4b90a564
docs(aio): typo fix ( #20318 )
...
tutorial part 0 app component template file extention fix
PR Close #20318
2017-11-10 11:12:07 -08:00
Miguel Angel Asencio Hurtado
7830d74615
docs(aio): empty line between HTML tag and content ( #20341 )
...
PR Close #20341
2017-11-10 10:59:46 -08:00
Aditya Bhardwaj
8e24c0fff4
docs(aio): fix typo ( #20103 )
...
PR Close #20103
2017-11-10 10:59:35 -08:00
Brad Pitcher
cf0444b731
docs(aio): show correct path for mock-heroes code ( #20323 )
...
PR Close #20323
2017-11-10 10:59:25 -08:00
Phill
a7bbe9a1ff
docs(aio): Fix typo in tutorial ( #20295 )
...
PR Close #20295
2017-11-10 10:59:10 -08:00
Kapunahele Wong
ffe323036e
docs(aio): fix toh-pt3 typos ( #20307 )
...
PR Close #20307
2017-11-10 10:59:01 -08:00
Jesús Rodríguez
049c89645b
docs(aio): update ToH for CLI ( #19811 )
2017-11-06 10:02:17 -08:00
Evan Carroll
8b50ed083c
docs(aio): fixed case-typo for code ( #20196 )
2017-11-06 09:59:17 -08:00
Jesús Rodríguez
dbec3ca716
docs(aio): update pipes for CLI ( #19553 )
2017-11-03 15:21:14 -07:00
Ward Bell
169cedd43b
docs: Bootstrapping guide prose for CLI ( #19777 )
2017-11-03 11:13:24 -07:00
Ward Bell
567cc26b8e
docs: Component Styles guide for CLI ( #19791 )
2017-11-03 11:12:34 -07:00
Ward Bell
03f080b7da
docs: Deployment guide for CLI ( #19839 )
2017-11-03 11:10:53 -07:00
Ezeikel
f1da1419fa
docs(aio): Fix typo in Architecture Overview. ( #20073 )
2017-11-03 11:00:22 -07:00
Suguru Inatomi
5079d2d37c
docs(aio): Add v4 doc link to navigation ( #20089 )
...
Fixes #20090
2017-11-03 10:59:27 -07:00
Peter Bacon Darwin
feae55b264
docs(aio): fix badly formatted code-examples
...
closes #19970
2017-11-02 14:59:05 -07:00
Ward Bell
7186c9c839
docs: AOT guide for CLI #19510 ( #19818 )
2017-11-02 14:34:21 -07:00
Ward Bell
a41558eb30
docs: BrowserSupport guide for CLI ( #19843 )
2017-11-02 14:29:59 -07:00
Ward Bell
a91252a90c
docs: Npm Packages guide for CLI ( #19850 )
2017-11-02 14:27:53 -07:00
Olivier Combe
132c0719dc
docs(aio): updated i18n guide and example ( #19975 )
2017-11-02 14:22:09 -07:00
Jesus Rodriguez
3db7112b89
docs(aio): fix linting for universal ( #20086 )
...
PR Close #20086
2017-11-02 00:51:29 +01:00
Panagiotis Koursaris
280dadaaad
docs(aio): fix typo in attribute-directives
...
Closes #20071
2017-11-01 15:21:09 -07:00
Jesus Rodriguez
c30eff898a
docs(aio): update universal for CLI
...
PR Close #20039
2017-11-01 15:18:43 -07:00
Jesus Rodriguez
ca129ba549
docs(aio): upgrade to v5 and cli 1.5
...
PR Close #20077
2017-11-01 14:14:08 -07:00
Austin
4426c0f14e
fix(docs): Fix 404 on amcdnl image
...
PR Close #19120
2017-11-01 15:45:28 -04:00
Mark Goho
6fbc2b3be0
docs(aio): update AngularJS Quick Reference guide
...
PR Close #19939
2017-11-01 15:44:35 -04:00