2017 | OriginalPaper | Chapter
17. Understanding Components
Published in:
Pro Angular
Abstract
Components are directives that have their own templates, rather than relying on content provided from elsewhere. Components have access to all the directive features described in earlier chapters and still have a host element, can still define input and output properties, and so on. But they also define their own content.