119 Commits

Author SHA1 Message Date
Chuck Jazdzewski
2d44a2ab0d docs(compiler): document the $any type cast function ()
Closes 

PR Close 
2018-01-12 14:37:26 -08:00
Pete Bacon Darwin
c5c6d84fe6 style(aio): enforce strict TypeScript checks ()
Closes 

PR Close 
2018-01-12 14:36:43 -08:00
Kapunahele Wong
456f57dde8 docs: fix lazy-loading example ()
PR Close 
2018-01-10 16:26:46 -08:00
Kapunahele Wong
53f91189a1 docs(aio): add NgModule docs ()
PR Close 
2018-01-10 16:26:46 -08:00
Zenn
dcc3eba962 fix(aio): fix test message's mistake. ()
duplicated message for 1st link. /heroes is 2nd link.

PR Close 
2018-01-04 17:38:25 -05:00
chembu
f593552cfe docs(aio): Rename service worker files, update examples, move service worker under Techniques 2017-12-19 11:07:57 -08:00
Jesus Rodriguez
74e3115686 build(aio): make zipper work correctly with CLI projects 2017-12-19 10:44:56 -08:00
Kapunahele Wong
9bbec42a6c docs(aio): add service worker guide content and update nav ()
PR Close 
2017-12-06 06:52:20 -08:00
Olivier Combe
be994496cd docs(core): add docs for i18n tokens ()
PR Close 
2017-12-05 21:56:43 -08:00
hartraft
77ef527993 docs(aio): update myUnless references to appUnless ()
fixes Issue Number: 

PR Close 
2017-12-05 21:54:39 -08:00
Jesus Rodriguez
f7328c69b3 docs(aio): architecture review for a11y ()
PR Close 
2017-12-05 21:49:27 -08:00
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
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
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
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
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
335b72f301 docs(aio): update ajs-quick-reference for CLI ()
PR Close 
2017-11-14 10:00:02 -08:00
Ward Bell
75d474e1d3 docs: AttributeDirectives guide for CLI ()
PR Close 
2017-11-14 09:59:43 -08:00
Jesús Rodríguez
049c89645b docs(aio): update ToH for CLI () 2017-11-06 10:02:17 -08:00
Ward Bell
567cc26b8e docs: Component Styles guide for CLI () 2017-11-03 11:12:34 -07:00
Ward Bell
03f080b7da docs: Deployment guide for CLI () 2017-11-03 11:10:53 -07:00
Ward Bell
7186c9c839 docs: AOT guide for CLI () 2017-11-02 14:34:21 -07:00
Olivier Combe
132c0719dc docs(aio): updated i18n guide and example () 2017-11-02 14:22:09 -07:00
Jesus Rodriguez
3db7112b89 docs(aio): fix linting for universal ()
PR Close 
2017-11-02 00:51:29 +01:00
Jesus Rodriguez
c30eff898a docs(aio): update universal for CLI
PR Close 
2017-11-01 15:18:43 -07:00
Jesus Rodriguez
ca129ba549 docs(aio): upgrade to v5 and cli 1.5
PR Close 
2017-11-01 14:14:08 -07:00
Tobias Bosch
81173b0d29 fix(aio): make tests less flaky ()
PR Close 
2017-10-18 10:19:24 -07:00
Jesus Rodriguez
dfa0973563 docs(aio): update animations for CLI ()
PR Close 
2017-10-10 13:47:35 -07:00
Ward Bell
0ea5f8b5ed docs: add universal guide with production client app - with JK’s edits ()
PR Close 
2017-10-09 14:46:04 -07:00
Ward Bell
555b1cdf29 docs: add universal guide with production client app ()
Revises both universal and client build to use AOT and webpack for both.
Guide text adjusted accordingly
Dodges CLI client build, expected in near future.

PR Close 
2017-10-09 14:46:04 -07:00
Ward Bell
0b0d25fa33 docs: add universal guide ()
- based on original effort in PR 17573

PR Close 
2017-10-09 14:46:04 -07:00
Peter Bacon Darwin
ca7f2f8c8f docs(aio): fix aot-compiler example to work with Angular v5 ()
PR Close 
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
9fe6363575 docs(aio): fix aot-compiler example to work with Angular v5 ()
PR Close 
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
6586265a0c docs(aio): fix pipes example e2e spec to work with Angular v4 ()
There was a breaking change between 4 and 5 for i18n formatting of dates.

PR Close 
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
d3fd088162 docs(aio): fix animations example to work with Angular v5 ()
PR Close 
2017-10-06 11:56:40 -07:00
Jesus Rodriguez
9bbf009dff build(aio): change examples to CLI ()
PR Close 
2017-09-21 17:05:54 -07:00
Ward Bell
5751865228 docs: animations - replace iterator with simple code style ()
Replaces iterator facade over the HeroService because webpack threw up.
Also this was an obscure distraction for readers with no obvious benefits.

PR Close 
2017-09-19 17:03:09 -07:00
Aravind
867ab11def docs(aio): fix typo 2017-09-12 13:57:44 -04:00
Ward Bell
112e777b90 build(aio): update karma & systemjs config for HttpClient
While adding the references to the `HttpClient` packages it also crucially
adds ref to new “tslib” library required by `HttpClient`.
2017-09-08 19:31:15 -04:00
George Kalpakas
29762f1b6a test(aio): fix docs example e2e test ()
Remove an assertion that is no longer true. This was supposed to be removed in ,
but was somehow dropped from 66a5dab85 (probably due to a bad rebase).

(Travis has been failing due to this since
https://travis-ci.org/angular/angular/jobs/272321759.)
2017-09-06 09:10:33 -07:00
Olivier Combe
66a5dab85a feat(compiler): deprecate i18n comments in favor of ng-container ()
PR Close 
2017-09-05 15:33:29 -05:00
Brandon Roberts
53be85a7fb docs(aio): Updated usage of Observables in router guide. Added section for advanced redirects ()
PR Close 
2017-09-05 15:32:49 -05:00