angular-cn/packages/compiler-cli
Matias Niemelä c016e2c4ec refactor(ivy): migrate all host-specific styling instructions to element-level styling instructions (#30336)
This patch removes all host-specific styling instructions in favor of
using element-level instructions instead. Because of the previous
patches that made sure `select(n)` worked between styling calls, all
host level instructions are not needed anymore. This patch changes each
of those instruction calls to use any of the `elementStyling*`,
`elementStyle*` and `elementClass*` styling instructions instead.

PR Close #30336
2019-05-08 14:54:44 -07:00
..
integrationtest test: fix several bazel compiler-cli tests in windows (#30189) 2019-05-07 10:21:36 -07:00
ngcc fix(ivy): ngcc - handle missing entry-point dependencies better (#30270) 2019-05-07 10:24:48 -07:00
src fix(ivy): use `CompilerHost.resolveModuleNames()` if available (#30017) 2019-05-01 15:41:53 -07:00
test refactor(ivy): migrate all host-specific styling instructions to element-level styling instructions (#30336) 2019-05-08 14:54:44 -07:00
BUILD.bazel refactor(ivy): move metadata registration to its own package (#29698) 2019-04-19 11:15:25 -07:00
index.ts feat(compiler-cli): export tooling definitions (#29929) 2019-04-17 17:23:01 -07:00
ngtools2.ts refactor(compiler-cli): expose ngtools api separately (#18978) 2017-08-31 14:37:13 -07:00
package.json build: upgrade yargs package to 13.1.0 (#29722) 2019-04-26 16:29:29 -07:00
tsconfig-build.json build(compiler-cli): enable full TypeScript strictness (#29436) 2019-03-21 12:14:39 -04:00
tsconfig.json build(compiler-cli): enable full TypeScript strictness (#29436) 2019-03-21 12:14:39 -04:00