angular/packages/core/src/view
Manduro ff15043e48 fix(core): allow null value for renderer setElement(…) (#17065)
Using Renderer’s setElementAttribute or setElementStyle with a null or undefined value removes the
corresponding attribute or style. The argument type should allow this when using strictNullChecks.

Closes #13686

PR Close #17065
2018-10-12 09:17:59 -07:00
..
element.ts fix(core): do not clear element content when using shadow dom (#24861) 2018-08-30 21:33:13 -07:00
entrypoint.ts fix(core): stop reusing provider definitions across NgModuleRef instances (#25022) 2018-07-23 08:13:29 -07:00
errors.ts feat: introduce source maps for templates (#15011) 2017-03-14 09:16:15 -07:00
index.ts feat(compiler): introduce TestBed.overrideTemplateUsingTestingModule 2017-11-06 14:12:30 -08:00
ng_content.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
ng_module.ts fix(ivy): don't accidently read the inherited definition (#25736) 2018-09-11 07:09:38 -07:00
provider.ts fix(core): fix tests for uninitialized @Output error (#19116) 2018-08-02 09:37:21 -07:00
pure_expression.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
query.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
refs.ts fix(core): allow null value for renderer setElement(…) (#17065) 2018-10-12 09:17:59 -07:00
services.ts refactor(ivy): use context discovery in TestBed implementation (#26211) 2018-10-11 13:01:28 -07:00
text.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
types.ts feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
util.ts fix(core): fix retrieving the binding name when an expression changes (#21814) 2018-01-26 15:34:47 -08:00
view.ts fix(core): ensure init lifecycle events are called (#20258) 2017-11-10 13:47:39 -08:00
view_attach.ts style: typos fixed - https://github.com/vlajos/misspell-fixer (#22975) 2018-03-27 14:51:53 -04:00