Skip to content
One framework. Mobile & desktop.
Branch: master
Clone or download
kara fix(core): fix interpolate identifier in AOT (#30243)
This commit fixes a regression introduced in PR 29692 where
the interpolate symbol in View Engine was improperly prefixed
with the ɵɵ that signifies private instructions for Ivy. It
resulted in interpolations of 10+ values not working correctly
in AOT mode. This commit removes the prefix.

PR Close #30243
Latest commit 30d1f29 May 2, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.buildkite ci: update buildkite provision instructions (#28273) Feb 7, 2019
.circleci fix(docs-infra): update app code to work with Ivy (#28530) May 1, 2019
.codefresh ci: enable language service tests in codefresh (#30113) Apr 26, 2019
.github ci: enable github bot CI rerun feature (#29098) Apr 26, 2019
.vscode build: make VSCode settings opt-in (#29504) Mar 29, 2019
aio fix(docs-infra): update app code to work with Ivy (#28530) May 1, 2019
docs refactor(ivy): use ɵɵ instead of Δ for now (#29850) Apr 11, 2019
integration fix(ivy): properly tree-shake away StaticInjector (#30219) May 1, 2019
modules Revert "refactor: use new Http library in playground (#29355)" Apr 26, 2019
packages fix(core): fix interpolate identifier in AOT (#30243) May 2, 2019
scripts refactor: improve merge script formatting (#29991) Apr 19, 2019
third_party build: update bazel to 0.24 (#29530) Mar 27, 2019
tools fix(ivy): host bindings and listeners not being inherited from undeco… Apr 29, 2019
.bazelignore build: ignore packages/bazel/node_modules (#29738) Apr 8, 2019
.bazelrc build: Remove --watchfs from bazelrc file (#29635) Apr 1, 2019
.clang-format feat(tooling): Add a .clang-format for automated JavaScript formatting. Apr 2, 2015
.editorconfig build: use https link to editorconfig.org in .editorconfig (#27664) Dec 18, 2018
.gitattributes test: fix ts api guardian and public guard tests on windows (#30105) Apr 26, 2019
.gitignore build: make VSCode settings opt-in (#29504) Mar 29, 2019
.mailmap build: add a Git .mailmap with my new name (#19550) Oct 9, 2017
.nvmrc build: update .nvmrc file to correct node version (#25992) Sep 18, 2018
BUILD.bazel build: Remove cc_binary dependency on brotli (#29912) Apr 18, 2019
CHANGELOG.md docs: release notes for the v8.0.0-rc.2 release Apr 29, 2019
CODE_OF_CONDUCT.md docs: fix community tab in GitHub by copying CoC Feb 28, 2018
CONTRIBUTING.md build: remove travisci leftovers (#27979) Jan 9, 2019
LICENSE build: bump year (#27880) Jan 11, 2019
README.md docs: update link for CircleCI badge to point workflow Feb 7, 2019
WORKSPACE fix(bazel): transitive npm deps in ng_module (#30065) Apr 25, 2019
browser-providers.conf.js ci: lock chrome and firefox versions for saucelabs (#29529) Mar 27, 2019
gulpfile.js refactor: remove extra line break in gulpfile (#29489) Mar 25, 2019
karma-js.conf.js build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that dow… Feb 28, 2019
package.json build: upgrade yargs package to 13.1.0 (#29722) Apr 26, 2019
protractor-perf.conf.js build: remove legacy e2e tests job (#28645) Feb 13, 2019
renovate.json ci: update packageFiles to be renovated (#29071) Mar 5, 2019
shims_for_IE.js Revert "refactor: add license header to JS files & format files (#12035 Oct 4, 2016
test-events.js fix(platform-browser): run BLACK_LISTED_EVENTS outside of ngZone (#18993 Sep 5, 2017
test-main.js build: add render3 entry-point to legacy test systemjs config (#29675) Apr 4, 2019
tslint.json build: remove unused rollup.config.js files (#28646) Feb 14, 2019
yarn.lock build: upgrade yargs package to 13.1.0 (#29722) Apr 26, 2019
yarn.lock.readme.md build: remove travisci leftovers (#27979) Jan 9, 2019

README.md

You can’t perform that action at this time.