angular-docs-cn/packages/core
Kristiyan Kostadinov d144a3bd91 fix(ivy): not throwing error for unknown properties on container nodes (#29691)
Fixes Ivy not throwing an error if it runs into an invalid property binding on a container node (e.g. `<div *ngFor="let row of rows">` instead of `<div *ngFor="let row if rows">`).

This PR resolves FW-1219.

PR Close #29691
2019-04-08 12:03:34 -07:00
..
schematics test(core): add test for template variable object property assignment (#29708) 2019-04-08 09:46:57 -07:00
src fix(ivy): not throwing error for unknown properties on container nodes (#29691) 2019-04-08 12:03:34 -07:00
test fix(ivy): not throwing error for unknown properties on container nodes (#29691) 2019-04-08 12:03:34 -07:00
testing fix(core): Deprecate TestBed.get(...):any (#29290) 2019-04-04 15:32:23 -07:00
BUILD.bazel refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04: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 build: update zone.js to 0.9.0 (#28219) 2019-03-26 12:50:38 -07: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