5 Commits

Author SHA1 Message Date
Matias Niemelä
4726ac2481 feat(ivy): expose window.ng.getDebugNode helper ()
PR Close 
2019-09-17 15:46:07 -07:00
Matias Niemelä
f50dede8f7 refactor(ivy): remove all old styling code prior to refactor ()
In the previous patch () all the existing styling code was turned
off in favor of using the new refactored ivy styling code. This
patch is a follow up patch to that and removes all old, unused
styling code from the render3 directory.

PR Close 
2019-07-23 15:45:32 -07:00
Miško Hevery
b2d6f43b49 fix(ivy): Implement remaining methods for DebugNode ()
PR Close 
2018-12-04 19:58:25 -08:00
Misko Hevery
e56c8bf8d1 fix(ivy): align discovery methods for consistency ()
PR Close 
2018-11-20 11:44:14 -08:00
Igor Minar
499e303ea3 test(ivy): add global utils to the public_api_guard test ()
This API is part of our public api surface and needs to be monitored by the public_api_guard.

I also had to go back and mark all of the exported functions with @publicApi jsdoc tag.

PR Close 
2018-11-08 15:37:11 -08:00