George Kalpakas
e95b5d77bc
revert: docs(aio): add service worker guide content and update nav ( #20021 ) ( #20716 )
...
* revert: style: broken build due to missing new lines
This reverts commit ba6af2a6dd .
The commit that introduced these files (48300067f ) will also get
reverted.
* revert: docs(aio): add service worker guide content and update nav (#20021 )
This reverts commit 48300067fb .
This commit has some issues (e.g. breaks some e2e tests, adds images
to the wrong directories, breaks linting, etc).
Reverting in order to investigate and fix.
2017-11-30 20:16:22 -08:00
Misko Hevery
9e69d97b77
style: broken build due to missing new lines
2017-11-29 20:27:06 -08:00
A7xSV
b450c83091
docs(aio): remove services plurality ( #20696 )
...
remove services plurality for the sentence formation to be proper
PR Close #20696
2017-11-29 21:37:32 -06:00
Peter Bacon Darwin
e4ce695b66
test(aio): cleaner approach to reliable Google Analytics e2e tests ( #20661 )
...
PR Close #20661
2017-11-29 21:37:14 -06:00
Peter Bacon Darwin
4da184c29b
test(aio): fix e2e API test due to #20607 ( #20661 )
...
PR Close #20661
2017-11-29 21:37:14 -06:00
Konstantin Dinev
647ca64216
docs(aio): Updating with Ignite UI for Angular ( #20663 )
...
PR Close #20663
2017-11-29 16:23:29 -06:00
Kapunahele Wong
53aff1fb83
docs(aio): add service worker guide content and update nav ( #20021 )
...
PR Close #20021
2017-11-29 16:23:23 -06:00
trevorade
71a6f1768e
docs(aio): add class attribute to example referenced in Structural Directive guide ( #19446 )
...
See https://github.com/angular/angular/blob/master/aio/content/guide/structural-directives.md
From the structural-directives.md:
The rest of the <div>, including its class attribute, moved inside the <ng-template> element.
Maybe this made sense at one time but it has become out of sync.
PR Close #19446
2017-11-29 16:19:14 -06:00
Karthik Kumar A
108b6e77dd
build(aio): upgrade codelyzer to 4.0.x and angular/cli to 1.5.4 ( #20392 )
...
PR Close #20392
2017-11-29 16:18:56 -06:00
briancherin
0e8f0288cb
docs: fix grammar and wording ( #18530 )
...
PR Close #18530
2017-11-29 16:18:39 -06:00
Peter Bacon Darwin
2a5b6194bb
build(aio): prevent comments in code from leaking into doc-gen code snippets ( #20607 )
...
The new version of dgeni-packages (0.22.1) does a better job of rendering
code nodes, which do not include comments.
Fixes #19751
PR Close #20607
2017-11-27 18:24:58 -06:00
Stephen Fluin
264260f997
docs(aio): update homepage tooling image ( #20593 )
...
Fix #19831
PR Close #20593
2017-11-27 18:24:50 -06:00
George Kalpakas
c70cd258d5
build(aio): ensure downloadable zip filenames are unique ( #20586 )
...
Fixes #16227
PR Close #20586
2017-11-27 18:24:42 -06:00
Stephen Fluin
686c4efe6d
docs(aio): add ngATL header ( #20590 )
...
Fix #20568
PR Close #20590
2017-11-22 15:04:09 -06:00
Cyrille Tuzi
efce39605b
docs(aio): add a French onsite training ressource ( #19889 )
...
PR Close #19889
2017-11-22 10:49:12 -06:00
Cyrille Tuzi
b567f9cc21
docs(aio): add a French onsite training ressource ( #19889 )
...
PR Close #19889
2017-11-22 10:49:12 -06:00
swseverance
4ff60c3562
docs(aio): fix filename ( #20569 )
...
PR Close #20569
2017-11-22 10:48:57 -06:00
tinayuangao
135cf226bf
ci: Update 1% payload size test ( #20524 )
...
PR Close #20524
2017-11-22 10:48:26 -06:00
Peter Bacon Darwin
0550383fc9
build(aio): filter out ambiguous directives from auto code linking ( #20512 )
...
Closes #20466
PR Close #20512
2017-11-22 10:48:19 -06:00
Peter Bacon Darwin
07699cbaec
build(aio): do not store duplicate metadata aliases ( #20512 )
...
Having duplicates was causing the code auto-linking
to ignore `ngForm` directives.
PR Close #20512
2017-11-22 10:48:18 -06:00
Peter Bacon Darwin
e4bb077d27
build(aio): better parsing of selectors as aliases for directives/components ( #20512 )
...
PR Close #20512
2017-11-22 10:48:18 -06:00
codediodeio
27e7439c3b
docs(aio): add angularfirebase.com to education resources ( #20302 )
...
PR Close #20302
2017-11-22 10:48:09 -06:00
hartraft
a5a82296b7
docs(aio): fix typo in Attribute Directives documentation ( #20143 )
...
changed "appHightlight" to "appHighlight"
PR Close #20143
2017-11-22 10:45:41 -06:00
Ward Bell
662422a67e
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-22 10:44:58 -06:00
Peter Bacon Darwin
8ddbed8f7b
build(aio): tighten up code autolinking ( #20468 )
...
Do not match code "words" that are part of a hyphenated
string of characters: e.g. `platform-browser-dynamic` should
not auto-link `browser`.
Do not match code "words" that correspond to pipe names
but are not preceded by a pipe `|` character. E.g. `package.json` should
not auto link `json` to the `JsonPipe`.
Closes #20187
PR Close #20468
2017-11-17 18:19:22 -06:00
shioyang
3df1542c87
docs(aio): fix a typo to improve readability ( #20435 )
...
Remove a comma and space
PR Close #20435
2017-11-17 18:19:06 -06:00
Shavi Pathania
8e1e7faef4
docs(aio): Clearing array with [] ( #20369 ) ( #20395 )
...
Convert remaining references to directly use LoggerServices logs.
PR Close #20395
2017-11-17 18:18:59 -06:00
Shavi Pathania
27f8c69d8a
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-17 18:18:59 -06:00
Shavi Pathania
5d0dd97402
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-17 18:18:59 -06:00
George Kalpakas
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
Brad Pitcher
dbdf9f76be
docs(aio): add missing closing backtick ( #20446 )
...
PR Close #20446
2017-11-15 22:26:12 -06:00
Leo Globerman
00f2055c59
docs(aio): fix wrong copy ( #20431 )
...
PR Close #20431
2017-11-14 15:59:57 -08:00
Levi Zitting
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
Brad Pitcher
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
Marcelo Melo
210ff78f4d
docs(aio): fix typo in filename (packages.json --> package.json) ( #20377 )
...
PR Close #20377
2017-11-14 10:03:17 -08:00
Aravind
96766f7336
docs(aio): fix not found schema ( #20347 )
...
Fixes #20338
PR Close #20347
2017-11-14 10:03:14 -08:00
Trotyl
52b50c4b6c
docs(aio): fix rxjs import ( #20350 )
...
closes #20349
PR Close #20350
2017-11-14 10:02:08 -08:00
Ward Bell
398690d47c
docs: Dependency Injection guides for CLI ( #19892 )
...
PR Close #19892
2017-11-14 10:02:05 -08:00
Jesus Rodriguez
dc01fb167b
docs(aio): update template forms to CLI ( #20014 )
...
PR Close #20014
2017-11-14 10:02:02 -08:00
Jesus Rodriguez
7c26c06495
docs(aio): update reactive-forms to CLI ( #20019 )
...
PR Close #20019
2017-11-14 10:01:59 -08:00
Jesus Rodriguez
82dc7fa628
docs(aio): update displaying-data for CLI ( #19574 )
...
PR Close #19574
2017-11-14 10:01:56 -08:00
Jesus Rodriguez
3101e89cf5
docs(aio): update glossary for CLI ( #20017 )
...
PR Close #20017
2017-11-14 10:01:53 -08:00
Jesus Rodriguez
79c3e1b968
docs(aio): update ajs-quick-reference for CLI ( #19552 )
...
PR Close #19552
2017-11-14 10:01:49 -08:00
Brad Pitcher
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
Aliaksei Urbanski
422cd0b665
docs(aio): fix missed grave accent ( #20379 )
...
PR Close #20379
2017-11-14 10:01:03 -08:00
Ward Bell
eea2039bce
docs: AttributeDirectives guide for CLI ( #19771 )
...
PR Close #19771
2017-11-14 10:01:00 -08:00
Levi Zitting
222758bed3
fix(aio): markdown typo in Tour of Heroes tutorial ( #20288 )
...
PR Close #20288
2017-11-10 11:53:13 -08:00
Kirils Ladovs
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
Miguel Angel Asencio Hurtado
2aefac841f
docs(aio): empty line between HTML tag and content ( #20341 )
...
PR Close #20341
2017-11-10 11:09:35 -08:00
Aditya Bhardwaj
ec496c2fda
docs(aio): fix typo ( #20103 )
...
PR Close #20103
2017-11-10 11:09:27 -08:00