angular-cn/packages/core
Andrew Kushnir fe76494759 fix(ivy): use default selector for Components if selector is empty (#29239)
Prior to this change default selector for Components was not applied in case selector is missing or defined as an empty string. This update aligns this behavior between Ivy and VE: now default selector is used for Components when it's needed. Directives with empty selector are not allowed and trigger a compile-time error in both Ivy and VE.

PR Close #29239
2019-03-12 14:09:46 -07:00
..
schematics refactor(core): static-query schematic should not run multiple times (#29133) 2019-03-12 12:28:14 -07:00
src fix(ivy): properly match directives on ng-template with * syntax (#29251) 2019-03-12 14:09:19 -07:00
test fix(ivy): use default selector for Components if selector is empty (#29239) 2019-03-12 14:09:46 -07:00
testing build: enable bundle_dts for core package (#28884) 2019-03-08 12:36:55 -08:00
BUILD.bazel build: enable bundle_dts for core package (#28884) 2019-03-08 12:36:55 -08:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json feat(core): update schematic to migrate to explicit query timing (#28983) 2019-03-05 14:21:40 -08:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
tsconfig-build.json feat(ivy): implement TestBed (#25369) 2018-08-14 11:58:47 -07:00