June 2017
Intermediate to advanced
544 pages
12h 25m
English
In this chapter, we will cover the following tasks related to creating custom components, directives, and filters with Angular 2:
Most of Ionic's out-of-the-box features are actually prebuilt components. In this section, you will learn how to create your own custom component using the html template, which contains Ionic components as well.
Components actually define Angular 2. A component is no more than just a class with self-describing features. For example, <ul> is a component that you are already familiar with. ...
Read now
Unlock full access