1287 Commits

Author SHA1 Message Date
Victor Berchet
acf381bcb7 docs: update ICU select messages to use male/female ()
fixes 

PR Close 
2018-01-23 16:32:23 -08:00
Pete Bacon Darwin
f11b2fb00b fix(aio): add missing forward slash to redirect ()
PR Close 
2018-01-23 13:33:36 -08:00
Pete Bacon Darwin
01cef016ee build(aio): add tests for Firebase redirection ()
PR Close 
2018-01-23 13:33:36 -08:00
Pete Bacon Darwin
43d1b9864f docs(aio): update docs changelog with links to ts-to-js guide ()
PR Close 
2018-01-23 13:33:36 -08:00
Pete Bacon Darwin
f9a6a94be4 fix(aio): update redirects to fix unwanted 404s ()
Closes 

PR Close 
2018-01-23 13:33:36 -08:00
JiaLi.Passion
e82812b9a9 docs: fix , add zone flags(blacklist/module) in guide ()
PR Close 
2018-01-23 13:33:10 -08:00
Pete Bacon Darwin
a64af40c0b build(aio): generate sitemap from the generated pages ()
Closes 

PR Close 
2018-01-22 12:55:15 -08:00
Max Ivanov
2015ccd1f5 docs(aio): added a link to Angular-RU ()
Angular-RU Community on GitHub is a single point for all resources, chats, podcasts and meetups for Angular in Russia

PR Close 
2018-01-22 12:55:03 -08:00
Denny Brown
8c51c276c7 docs: fix stray div and reformat paragraph ()
PR Close 
2018-01-19 20:40:13 -08:00
Yuan Gao
d39d1ce412 ci(aio): do not limit size of gzip7 and gzip 9 ()
PR Close 
2018-01-19 20:39:42 -08:00
Pete Bacon Darwin
88045a5050 feat(aio): update metatags to control search engine crawling ()
The `<meta name="robots" content="noindex">` tag is used
to indicate to search engine crawlers that they should not index
the current page. This is set dynamically by the the document
viewer component to ensure that 404 and other erroring pages
are not added to the search index.

This relies upon the idea that the crawling bot will run the JS
and wait to see if this meta tag has been added or not.

Since we believe that the `googebot` will do this, we also
pre-emptively add a hard-coded noindex tag specifically for
this bot, so that if anything else fails in bootstrapping the app,
the failed page will not be added to the index.

Closes 

PR Close 
2018-01-19 20:30:02 -08:00
George Kalpakas
8e8924ac7c ci: use sudo: false on Travis ()
Related to .

PR Close 
2018-01-19 13:23:47 -08:00
George Kalpakas
b2e902deb4 fix(aio): fix code highlight in API docs templates ()
Fixes 

PR Close 
2018-01-19 13:23:41 -08:00
Fabian Wiles
c8a1a14b87 docs: clarify the use of classes and interfaces in style guide ()
PR Close 
2018-01-18 18:22:55 -06:00
Chuck Jazdzewski
64d16dee02 feat(compiler): implement "enableIvy" compiler option ()
The "enableIvy" compiler option is the initial implementation
of the Render3 (or Ivy) code generation. This commit enables
generation generating "Hello, World" (example in the test)
but not much else. It is currenly only useful for internal Ivy
testing as Ivy is in development.

PR Close 
2018-01-18 18:22:44 -06:00
George Kalpakas
44a4b1680f docs: improve/simplify example for providers guide ()
PR Close 
2018-01-18 18:22:20 -06:00
George Kalpakas
4596b9d0df docs: fix/improve example for singleton-services guide ()
PR Close 
2018-01-18 18:22:20 -06:00
George Kalpakas
81e87095b4 docs: several minor NgModule guide fixes/improvements ()
PR Close 
2018-01-18 18:22:20 -06:00
George Kalpakas
bf248792eb docs: minor fixes (anchor tags, redundant whitespace, consistent code-snippets lang) ()
PR Close 
2018-01-18 18:22:20 -06:00
Vani
1ce46b56f8 docs: change titles to sentence case ()
PR Close 
2018-01-18 18:22:09 -06:00
George Kalpakas
d07760f5e3 build(aio): fix zips testing commands ()
PR Close 
2018-01-18 18:21:59 -06:00
Chuck Jazdzewski
2cf9d6d75b fix(aio): add a required comma in firebase.json 2018-01-17 19:32:29 -08:00
Kapunahele Wong
af2a843446 docs: edit entry component FAQ ()
PR Close 
2018-01-17 17:14:33 -08:00
Kapunahele Wong
02377335ec docs: add server side redirect and fix NgModule FAQ links ()
PR Close 
2018-01-17 17:14:33 -08:00
Kapunahele Wong
e79e98ab44 docs: fix lazy loading example dir name ()
PR Close 
2018-01-17 17:02:41 -08:00
Alan Agius
030c68df32 docs(aio): change df-question to app-question ()
closes: 
PR Close 
2018-01-17 07:20:17 -08:00
Jason Aden
6e8cf63b8c docs(aio): add description and docs links for code samples ()
PR Close 
2018-01-17 07:19:13 -08:00
Pete Bacon Darwin
d6ba9f9fb4 build(aio): move file cleaning to later in the doc gen ()
Previously the generated files were cleaned out before
doc-gen began (via a yarn pre-script). This can cause a
race condition in the CLI server, which prevents the new
generated files from being picked up.

Now we delay the cleaning until the last minute to ensure
that they ar still picked up by the webpack server.

PR Close 
2018-01-16 07:10:30 -08:00
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
George Kalpakas
3e3c22f507 fix(aio): correctly handle redirects ()
- Fixes handling of some redirects by the ServiceWorker.
- Fixes redirect for old `NgFor` to new `NgForOf` URL.

Fixes 

PR Close 
2018-01-12 13:48:49 -08:00
George Kalpakas
f6db9521ab ci(aio): run e2e tests in production mode ()
This will enable catching errors introduced by build optimizations that
do not appear in `development` mode.

Fixes 

PR Close 
2018-01-12 13:45:28 -08:00
Pete Bacon Darwin
4f3149242f feat(aio): implement survey notification link ()
Closes 

PR Close 
2018-01-12 10:05:13 -08:00
Kapunahele Wong
00300f66e8 docs(forms): clarify note in reactive forms doc ()
PR Close 
2018-01-11 07:03:55 -08:00
Kapunahele Wong
456f57dde8 docs: fix lazy-loading example ()
PR Close 
2018-01-10 16:26:46 -08:00
Kapunahele Wong
f82013f956 docs: fix yarn.lock ()
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
George Kalpakas
137b9c784c fix(aio): preserve static Observable methods ()
PR Close 
2018-01-10 14:30:21 -08:00
Igor Minar
85013ad160 build(aio): turn on namedChunks option to make debugging, profiling and tracking easier ()
PR Close 
2018-01-10 14:30:21 -08:00
Igor Minar
8be11e49e7 build(aio): upgrade to angular@5.2.0 ()
-rw-r--r--  1 iminar  eng   72498 Jan  9 22:20 dist/0.0d2802b63e9f4f4615cd.chunk.js
-rw-r--r--  1 iminar  eng   14872 Jan  9 22:20 dist/4.c719ac5645940382cdce.chunk.js
-rw-r--r--  1 iminar  eng    1558 Jan  9 22:20 dist/inline.cb4b7a639193fc489d3b.bundle.js
-rw-r--r--  1 iminar  eng  454654 Jan  9 22:20 dist/main.b65f32ffc92e075e64e0.bundle.js
-rw-r--r--  1 iminar  eng   40264 Jan  9 22:20 dist/polyfills.87edf5d695f14a29bf91.bundle.js
-rw-r--r--  1 iminar  eng   54001 Jan  9 22:20 dist/worker-basic.min.js

PR Close 
2018-01-10 14:30:21 -08:00
Igor Minar
a0a73fe030 ci(aio): track sizes of all js files ()
PR Close 
2018-01-10 14:30:21 -08:00
Igor Minar
7c9ba2d6f2 build(aio): upgrade to angular@5.2.0-rc.0 ()
Because of c2b3792 one of the test assertions had to be adjusted (more info: https://github.com/angular/angular/pull/21351#issuecomment-356083940).

PR Close 
2018-01-10 14:30:21 -08:00
Olivier Combe
7493b8ae10 build: upgrade yarn to 1.3.2 ()
Fixes 
PR Close 
2018-01-10 12:32:26 -08:00
Suguru Inatomi
f15ca6ce50 fix(aio): support multibyte character in heading ()
PR Close 
2018-01-10 12:25:06 -08:00
Igor Minar
ff6047cb58 build(aio): upgrade to uglify-es@3.3.5 ()
This should fix the size regression spotted via the previous commit.

-rw-r--r--  1 iminar  eng   72498 Jan  8 00:03 dist/0.86a7a08f7866e6cdc36f.chunk.js
-rw-r--r--  1 iminar  eng   14872 Jan  8 00:03 dist/4.c719ac5645940382cdce.chunk.js
-rw-r--r--  1 iminar  eng    1558 Jan  8 00:03 dist/inline.7722895d8c844f710bcd.bundle.js
-rw-r--r--  1 iminar  eng  453905 Jan  8 00:03 dist/main.faff0e2da95443f759f5.bundle.js
-rw-r--r--  1 iminar  eng   40264 Jan  8 00:03 dist/polyfills.87edf5d695f14a29bf91.bundle.js
-rw-r--r--  1 iminar  eng   54001 Jan  8 00:03 dist/worker-basic.min.js

PR Close 
2018-01-10 12:21:55 -08:00
Igor Minar
c6b2f07fd7 build(aio): upgrade to @angular/cli@1.6.3 ()
This change introduces a size regression of 9kb for main.js :-(

I filed an issue for this: https://github.com/angular/angular-cli/issues/9108

-rw-r--r--  1 iminar  eng   72546 Jan  5 19:27 dist.cli-1.6.3/0.86a7a08f7866e6cdc36f.chunk.js
-rw-r--r--  1 iminar  eng   14893 Jan  5 19:27 dist.cli-1.6.3/4.c719ac5645940382cdce.chunk.js
-rw-r--r--  1 iminar  eng    1558 Jan  5 19:27 dist.cli-1.6.3/inline.7722895d8c844f710bcd.bundle.js
-rw-r--r--  1 iminar  eng  466484 Jan  5 19:27 dist.cli-1.6.3/main.faff0e2da95443f759f5.bundle.js
-rw-r--r--  1 iminar  eng   40363 Jan  5 19:27 dist.cli-1.6.3/polyfills.87edf5d695f14a29bf91.bundle.js
-rw-r--r--  1 iminar  eng   54001 Jan  5 19:27 dist.cli-1.6.3/worker-basic.min.js

PR Close 
2018-01-10 12:21:55 -08:00
Igor Minar
80a5b91575 build(aio): upgrade to zone.js@0.8.19 ()
This causes a 3.4kb size regressions for polyfills.js. :-(

I filed an issue for this: https://github.com/angular/zone.js/issues/989

-rw-r--r--  1 iminar  eng   73998 Jan  5 17:51 dist/0.5fb611ef423970fd3ba1.chunk.js
-rw-r--r--  1 iminar  eng   14880 Jan  5 17:51 dist/4.c719ac5645940382cdce.chunk.js
-rw-r--r--  1 iminar  eng    1558 Jan  5 17:51 dist/inline.797233300016416206fc.bundle.js
-rw-r--r--  1 iminar  eng  457592 Jan  5 17:51 dist/main.5870135237d5187f1ab6.bundle.js
-rw-r--r--  1 iminar  eng   40684 Jan  5 17:51 dist/polyfills.88f0257676f76560da16.bundle.js
-rw-r--r--  1 iminar  eng   54001 Jan  5 17:51 dist/worker-basic.min.js

PR Close 
2018-01-09 10:33:50 -08:00
Anton Strogonoff
27196b676b docs(aio): fix punctuation for clarity ()
PR Close 
2018-01-08 16:12:24 -08:00
chembu
e99475260f docs(aio): document the template compiler options ()
PR Close 
2018-01-08 13:23:16 -05:00
lharries
f9436f7a5b docs(aio): delete duplicated word ()
PR Close 
2018-01-05 16:22:28 -05:00