1192 Commits

Author SHA1 Message Date
George Kalpakas
47addd169d revert: docs(aio): add service worker guide content and update nav () ()
* revert: style: broken build due to missing new lines

This reverts commit ba6af2a6ddced3aafc797b1dc1c63fcac4356da0.
The commit that introduced these files (48300067f) will also get
reverted.

* revert: docs(aio): add service worker guide content and update nav ()

This reverts commit 48300067fb96febb0351ab7745be2ad13ce6cfac.
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 09:53:07 -08:00
Misko Hevery
ba6af2a6dd style: broken build due to missing new lines 2017-11-29 20:27:25 -08:00
A7xSV
b9e4d62d5a docs(aio): remove services plurality ()
remove services plurality for the sentence formation to be proper

PR Close 
2017-11-29 16:53:49 -06:00
Peter Bacon Darwin
3def2cc552 test(aio): cleaner approach to reliable Google Analytics e2e tests ()
PR Close 
2017-11-29 16:53:04 -06:00
Peter Bacon Darwin
4ec4a99f16 test(aio): fix e2e API test due to ()
PR Close 
2017-11-29 16:53:04 -06:00
Konstantin Dinev
f3c5481181 docs(aio): Updating with Ignite UI for Angular ()
PR Close 
2017-11-29 12:15:34 -06:00
Kapunahele Wong
48300067fb docs(aio): add service worker guide content and update nav ()
PR Close 
2017-11-29 12:15:27 -06:00
trevorade
b841e0d530 docs(aio): add class attribute to example referenced in Structural Directive guide ()
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 
2017-11-29 12:15:21 -06:00
Karthik Kumar A
0bef021321 build(aio): upgrade codelyzer to 4.0.x and angular/cli to 1.5.4 ()
PR Close 
2017-11-28 22:27:18 -06:00
briancherin
eaaae2edf4 docs: fix grammar and wording ()
PR Close 
2017-11-28 22:27:02 -06:00
Peter Bacon Darwin
a53a040071 build(aio): prevent comments in code from leaking into doc-gen code snippets ()
The new version of dgeni-packages (0.22.1) does a better job of rendering
code nodes, which do not include comments.

Fixes 

PR Close 
2017-11-27 12:16:28 -06:00
Stephen Fluin
5bef070e16 docs(aio): update homepage tooling image ()
Fix 

PR Close 
2017-11-27 12:16:20 -06:00
George Kalpakas
89de98b25e build(aio): ensure downloadable zip filenames are unique ()
Fixes 

PR Close 
2017-11-27 12:16:14 -06:00
Stephen Fluin
0444e13efb docs(aio): add ngATL header ()
Fix 

PR Close 
2017-11-22 13:49:59 -06:00
Cyrille Tuzi
a0819d3af1 docs(aio): add a French onsite training ressource ()
PR Close 
2017-11-22 08:58:02 -06:00
Cyrille Tuzi
ffd8c361eb docs(aio): add a French onsite training ressource ()
PR Close 
2017-11-22 08:58:02 -06:00
swseverance
1594f8c09e docs(aio): fix filename ()
PR Close 
2017-11-22 08:57:37 -06:00
tinayuangao
ac93f1235e ci: Update 1% payload size test ()
PR Close 
2017-11-21 22:28:28 -06:00
Peter Bacon Darwin
e2b76bb386 build(aio): filter out ambiguous directives from auto code linking ()
Closes 

PR Close 
2017-11-21 22:28:16 -06:00
Peter Bacon Darwin
ae0275e2dd build(aio): do not store duplicate metadata aliases ()
Having duplicates was causing the code auto-linking
to ignore `ngForm` directives.

PR Close 
2017-11-21 22:28:16 -06:00
Peter Bacon Darwin
ecce90718b build(aio): better parsing of selectors as aliases for directives/components ()
PR Close 
2017-11-21 22:28:16 -06:00
codediodeio
c2cb475a2c docs(aio): add angularfirebase.com to education resources ()
PR Close 
2017-11-21 22:28:00 -06:00
Ward Bell
816d5ba3fd docs: NgModule guide prose for CLI (partial) ()
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 
2017-11-20 18:39:25 -06:00
hartraft
365712e2f0 docs(aio): fix typo in Attribute Directives documentation ()
changed "appHightlight" to "appHighlight"

PR Close 
2017-11-17 12:53:10 -06:00
Peter Bacon Darwin
7c44637fbf build(aio): tighten up code autolinking ()
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 

PR Close 
2017-11-16 16:20:03 -06:00
shioyang
368cb5ad4e docs(aio): fix a typo to improve readability ()
Remove a comma and space

PR Close 
2017-11-16 16:19:48 -06:00
Shavi Pathania
949836d003 docs(aio): Clearing array with [] () ()
Convert remaining references to directly use LoggerServices logs.

PR Close 
2017-11-16 16:19:35 -06:00
Shavi Pathania
697fb76960 docs(aio): Removing reference to LoggerService property () ()
The reference removed so that calling LoggerService clear() method
behaves as intended in SpyComponent.

PR Close 
2017-11-16 16:19:35 -06:00
Shavi Pathania
0fedb57cb0 docs(aio): Clearing array with [] () ()
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 
2017-11-16 16:19:35 -06:00
George Kalpakas
7e38f4fd1f fix(aio): fix window title on Home page ()
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 

PR Close 
2017-11-15 18:25:58 -06:00
Brad Pitcher
c28b52187a docs(aio): add missing closing backtick ()
PR Close 
2017-11-15 18:25:49 -06:00
Leo Globerman
1adbcda12e docs(aio): fix wrong copy ()
PR Close 
2017-11-14 15:58:25 -08:00
Levi Zitting
b9bd3204f2 docs(aio): fix broken link in guide/component-interaction ()
add a blank line before line with markdown link
PR Close 
2017-11-14 10:00:46 -08:00
Brad Pitcher
bf651a504f docs(aio): make it clear we are talking about <a> tags ()
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 
2017-11-14 10:00:42 -08:00
Marcelo Melo
e5c4371d72 docs(aio): fix typo in filename (packages.json --> package.json) ()
PR Close 
2017-11-14 10:00:39 -08:00
Aravind
3caae94261 docs(aio): fix not found schema ()
Fixes 

PR Close 
2017-11-14 10:00:35 -08:00
Trotyl
e7a2b31472 docs(aio): fix rxjs import ()
closes 

PR Close 
2017-11-14 10:00:31 -08:00
Ward Bell
c03186013c docs: Dependency Injection guides for CLI ()
PR Close 
2017-11-14 10:00:28 -08:00
Jesus Rodriguez
5a2531ee45 docs(aio): update template forms to CLI ()
PR Close 
2017-11-14 10:00:23 -08:00
Jesus Rodriguez
6ca780178c docs(aio): update reactive-forms to CLI ()
PR Close 
2017-11-14 10:00:17 -08:00
Jesus Rodriguez
9608b0636d docs(aio): update displaying-data for CLI ()
PR Close 
2017-11-14 10:00:13 -08:00
Jesus Rodriguez
89187d9b6b docs(aio): update glossary for CLI ()
PR Close 
2017-11-14 10:00:10 -08:00
Jesus Rodriguez
335b72f301 docs(aio): update ajs-quick-reference for CLI ()
PR Close 
2017-11-14 10:00:02 -08:00
Brad Pitcher
74071210eb docs(aio): remove trailing underscore from provide_ ()
_provide_ was already emphasized in the previous paragraph

PR Close 
2017-11-14 09:59:56 -08:00
Aliaksei Urbanski
fde966832b docs(aio): fix missed grave accent ()
PR Close 
2017-11-14 09:59:51 -08:00
Ward Bell
75d474e1d3 docs: AttributeDirectives guide for CLI ()
PR Close 
2017-11-14 09:59:43 -08:00
Levi Zitting
cf618c564c fix(aio): markdown typo in Tour of Heroes tutorial ()
PR Close 
2017-11-10 11:51:18 -08:00
Kirils Ladovs
fb4b90a564 docs(aio): typo fix ()
tutorial part 0 app component template file extention fix

PR Close 
2017-11-10 11:12:07 -08:00
Miguel Angel Asencio Hurtado
7830d74615 docs(aio): empty line between HTML tag and content ()
PR Close 
2017-11-10 10:59:46 -08:00
Aditya Bhardwaj
8e24c0fff4 docs(aio): fix typo ()
PR Close 
2017-11-10 10:59:35 -08:00