angular/packages/compiler/src/render3
Andrew Kushnir 95d9aa22ef fix(ivy): allow HTML comments to be present inside <ng-content> (#28849)
Prior to this change presence of HTML comments inside <ng-content> caused compiler to throw an error that <ng-content> is not empty. Now HTML comments are not considered as a meaningful content, thus no error is thrown. This behavior is now aligned in Ivy/VE.

PR Close #28849
2019-02-21 00:13:40 -08:00
..
view fix(ivy): support static ContentChild queries (#28811) 2019-02-19 15:29:01 -08:00
r3_ast.ts fix(compiler): ensure that event handlers have the correct source spans (#28055) 2019-02-12 20:58:28 -08:00
r3_factory.ts feat(ivy): compile @Injectable on classes not meant for DI (#28523) 2019-02-13 19:13:10 -08:00
r3_identifiers.ts fix(ivy): support static ContentChild queries (#28811) 2019-02-19 15:29:01 -08:00
r3_jit.ts refactor(compiler): wrap the jit evaluation in an injectable class (#28055) 2019-02-12 20:58:27 -08:00
r3_module_compiler.ts fix(ivy): support schemas at runtime (#28637) 2019-02-14 19:31:51 +00:00
r3_module_factory_compiler.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -07:00
r3_pipe_compiler.ts feat(ivy): render flags support in host bindings function (FW-649) (#27204) 2018-11-21 15:33:47 -08:00
r3_template_transform.ts fix(ivy): allow HTML comments to be present inside <ng-content> (#28849) 2019-02-21 00:13:40 -08:00
r3_types.ts refactor(ivy): remove the backpatch compiler (#23441) 2018-04-19 16:32:09 -07:00
util.ts fix(ivy): ensure @animation host bindings/listeners work properly (#27896) 2019-01-04 14:12:29 -08:00