Alex Eagle
be10bf538b
fix(bazel): don't try to do flatmoduleindex under Blaze ( #23083 )
...
PR Close #23083
2018-03-29 22:23:49 -07:00
Igor Minar
439030fb57
fix(bazel): complete the rollup globals list for all angular entrypoints ( #23080 )
...
PR Close #23080
2018-03-29 20:34:58 -07:00
Alex Eagle
481b22ecb0
fix(bazel): downlevel decorators in fesm5 files ( #23078 )
...
Needed so that our bundles appear side-effect-free to tools like webpack
PR Close #23078
2018-03-29 18:53:49 -07:00
Alex Eagle
45e090b614
fix(bazel): pass --global option to rollup ( #23073 )
...
This fixes the UMD bundles which otherwise don't contain the right global symbols
PR Close #23073
2018-03-29 17:44:43 -07:00
Alex Eagle
0d9140cdce
fix(bazel): ng_package should include private exports in fesms ( #23054 )
...
PR Close #23054
2018-03-29 14:11:12 -07:00
Chuck Jazdzewski
9fb08e2377
ci(language-service): enable language service tests in bazel ( #23001 )
...
PR Close #23001
2018-03-29 13:11:27 -07:00
Judy Bogart
de0b13d41d
docs: update for hero service name change ( #22920 )
...
PR Close #22920
2018-03-29 09:20:04 -07:00
Judy Bogart
07d33d4e5a
docs: fix operator name ( #22920 )
...
PR Close #22920
2018-03-29 09:20:04 -07:00
Judy Bogart
9f7bd8f618
docs: update text around changed obs examples ( #22920 )
...
PR Close #22920
2018-03-29 09:20:04 -07:00
Victor Berchet
28058b784b
fix(compiler): fix support for html-like text in translatable attributes ( #23053 )
...
PR Close #23053
2018-03-29 08:58:27 -07:00
Teamop
7de13b60d6
style(aio): fix typo in the scrollbar ( #23064 )
...
PR Close #23064
2018-03-29 08:57:41 -07:00
Alex Eagle
00497437a6
fix(bazel): don't inline tslib into fesms ( #23044 )
...
PR Close #23044
2018-03-28 10:19:14 -07:00
Chuck Jazdzewski
4e004f3783
ci(compiler-cli): run compiler-cli tests in bazel ( #22997 )
...
PR Close #22997
2018-03-28 10:02:53 -07:00
George Kalpakas
d9dc46e651
fix(service-worker): ignore invalid only-if-cached
requests ( #22883 )
...
Under some circumstances (possibly related to opening Chrome DevTools),
requests are made with `cache: 'only-if-cached'` and `mode: 'no-cors'`.
These request will eventually fail, because `only-if-cached` is only
allowed to be used with `mode: 'same-origin'`.
This is likely a bug in Chrome DevTools.
This commit avoids errors related to such requests by not handling them.
Fixes #22362
PR Close #22883
2018-03-28 10:02:16 -07:00
George Kalpakas
9e9b8dd494
fix(service-worker): do not enter degraded mode when offline ( #22883 )
...
Previously, when trying to fetch `ngsw.json` (e.g. during
`checkForUpdate()`) while either the client or the server were offline,
the ServiceWorker would enter a degrade mode, where only existing
clients would be served. This essentially meant that the ServiceWorker
didn't work offline.
This commit fixes it by differentiating offline errors and not entering
degraded mode. The ServiceWorker will remain in the current mode until
connectivity to the server is restored.
Fixes #21636
PR Close #22883
2018-03-28 10:02:16 -07:00
George Kalpakas
12665a749c
test(service-worker): minor test fixes and refactorings ( #22883 )
...
PR Close #22883
2018-03-28 10:02:16 -07:00
Kara Erickson
e2e80ec61c
refactor(ivy): remove pipe references from the template ( #23032 )
...
PR Close #23032
2018-03-28 09:17:27 -07:00
Kara Erickson
5a86f7144f
fix(ivy): store local variables in data instead of calling loadDirective ( #23029 )
...
PR Close #23029
2018-03-28 09:17:05 -07:00
Alex Rickabaugh
bd024c02e2
feat(compiler): lower @NgModule ids if needed ( #23031 )
...
This change allows the id of an NgModule to be dynamically computed if
needed.
PR Close #23031
2018-03-28 09:15:16 -07:00
Alex Rickabaugh
884bf0ef09
fix: consistently rewrite Injector to INJECTOR ( #23008 )
...
In Ivy mode we rewrite references to Injector to INJECTOR in ngInjectableDef, to fix tree-shaking.
This changes the rewrite to happen always, even in non-Ivy mode, and makes Angular understand
INJECTOR across the board at runtime.
PR Close #23008
2018-03-28 09:14:32 -07:00
Alex Eagle
0b348c8ffe
build: fix bazel stamping ( #22965 )
...
As pointed out in https://github.com/bazelbuild/rules_nodejs/issues/156
our mechanism would never pick up changes to the version info.
PR Close #22965
2018-03-28 09:00:02 -07:00
Alex Rickabaugh
e1ea7ed019
docs: update examples for tree-shakeable providers ( #22961 )
...
PR Close #22961
2018-03-28 07:53:04 -07:00
Zhicheng Wang
da6669fdcc
fix: 修改维护者
2018-03-28 16:14:09 +08:00
Zhicheng Wang
2a2e66034d
fix: 查漏补缺
2018-03-28 08:51:22 +08:00
Zhicheng Wang
8e205552ff
chore: add to thanks
2018-03-28 08:38:56 +08:00
ChristinaLy
47f73c2795
fix issue #290
...
文件拓展名翻译错误
2018-03-28 08:30:27 +08:00
ChristinaLy
86cc002b7e
修改翻译错误
...
inject into any class that asks for it应该翻译为“把它注入到任何请求注入的类中”
2018-03-28 08:30:27 +08:00
Keen Yee Liau
ed53c5ccdd
refactor(language-service): Remove angularOnlyResults ( #22636 )
...
This commit is a duplicate of https://github.com/angular/angular/pull/18637
to remove Angular-specific results from the language service.
PR Close #22636
2018-03-27 17:22:44 -04:00
Olivier Combe
d28ce50067
test(ivy): make sure goog.getMsg()
is defined before being used ( #22998 )
...
PR Close #22998
2018-03-27 17:07:50 -04:00
Joey Perrott
ab348ee2be
build: update browserstack key ( #23026 )
...
PR Close #23026
2018-03-27 14:56:12 -04:00
Veres Lajos
0ebdb3d12f
style: typo fix amendments ( #22975 )
...
PR Close #22975
2018-03-27 14:51:53 -04:00
Veres Lajos
de90314304
style: typos fixed - https://github.com/vlajos/misspell-fixer ( #22975 )
...
PR Close #22975
2018-03-27 14:51:53 -04:00
Kara Erickson
f739f756ce
test(ivy): fix flaky tests ( #23010 )
...
PR Close #23010
2018-03-27 14:48:50 -04:00
Zhicheng Wang
ced3662da9
fix: 微调
2018-03-27 13:00:43 +08:00
Kara Erickson
910a16a1ff
refactor(ivy): remove directive references from template ( #22986 )
...
PR Close #22986
2018-03-26 22:33:23 -04:00
Jeremy Elbourn
2aabbc51fa
fix(bazel): ng_package packages attr not forwarded to npm_package ( #22967 )
...
PR Close #22967
2018-03-26 22:32:09 -04:00
Jeremy Elbourn
2388f24256
build(bazel): add entry_point_name attr to ng_package ( #22963 )
...
PR Close #22963
2018-03-26 22:30:16 -04:00
Alex Eagle
27e14b2fb3
feat(bazel): prefix private-export (barred-latin-o) symbols ( #23007 )
...
This allows a bundle index to be re-exported by a higher-level module without fear of collisions.
Under bazel, we always set the prefix to be underscore-joined workspace, package, label
PR Close #23007
2018-03-26 22:28:55 -04:00
Victor Berchet
7a406a32fa
refactor: add a commit-msg git hook to check commit messages ( #22969 )
...
The commit command will fail if the commit message header does not follow the
Angular convetions as defined in /CONTRIBUTING.md.
You can force the commit by adding the `--no-verify` option.
NOTE:
You should remove all unused hooks (in <angular>/.git/hooks) before running
`yarn` so that husky hooks are installed correctly.
PR Close #22969
2018-03-26 18:34:31 -04:00
Matias Niemelä
bf6a416bce
revert: docs(common): add HttpParamsOptions
to the public API ( #20332 )
...
This reverts commit 7b7757dd3d38a95ed20a6dd2d6db44f269eec087.
2018-03-26 16:29:46 -04:00
Zhicheng Wang
b9b90d43ca
fix: add native-shim.js
2018-03-26 19:42:43 +08:00
Zhicheng Wang
b433d2148c
fix: change some angular.io to angular.cn
2018-03-26 16:34:57 +08:00
Zhicheng Wang
a9406a5ea9
fix: embed analytics.js
2018-03-26 16:27:23 +08:00
Zhicheng Wang
e4a1c19093
fix: merge index.html
2018-03-26 16:10:05 +08:00
Zhicheng Wang
42b585cc9f
fix: 去掉多余的空行,以解决首页部分 Markdown 无法正常编译的问题
2018-03-26 15:55:18 +08:00
Zhicheng Wang
e5d7e697a1
feat: embed CDN files
2018-03-26 15:45:33 +08:00
Zhicheng Wang
5dad75d04f
fix: merge examples and images
2018-03-26 15:13:41 +08:00
Zhicheng Wang
948854fcd2
chore: regenerate dict
2018-03-26 14:57:48 +08:00
Zhicheng Wang
838f07bdcd
fix: 修正错误的标题级别
2018-03-26 14:53:47 +08:00
Zhicheng Wang
7965991c60
feat: 翻译完了 architecture-services
2018-03-25 17:04:24 +08:00