refactor(ivy): misc refactoring (#23154)

PR Close #23154
This commit is contained in:
Victor Berchet
2018-04-03 15:18:05 -07:00
committed by Alex Rickabaugh
parent c560423b52
commit 5c8340aae0
3 changed files with 21 additions and 23 deletions

View File

@ -237,9 +237,6 @@ export interface TView {
/**
* Full registry of directives and components that may be found in this view.
*
* The property is either an array of `DirectiveDef`s or a function which returns the array of
* `DirectiveDef`s. The function is necessary to be able to support forward declarations.
*
* It's necessary to keep a copy of the full def list on the TView so it's possible
* to render template functions without a host component.
*/