December 2017
Beginner
372 pages
10h 32m
English
There will be times when we may not want a separate template file for a component. Normally, we would want otherwise. This type of behavior should only be considered if you are writing a component that is very small in size with a minimal template associated with it.
The Angular CLI provides an inline-template option for us to configure this behavior. If set to true, we will have a component with a template defined in the component ts file.
Read now
Unlock full access