Angular Material - Angular Material Subheaders - Angular Material Tutorial
Related Tags - angular material , angular 2 material , angular material 2 , angular material design , material angular
What is Subheader in Angular
- The md-subheader, an Angular directives is used to show a subheader for a section.
- The md-subheader directive creates a sticky subheader for a section.
- Developers are able to disable the stickiness of the subheader by using the following markup
learn angular material tutorials - subheader display Example
Notes:
- The md-subheader directive uses the $mdSticky service to make the subheader sticky.
- Whenever the current browser doesn't support stickiness natively, the subheader will be compiled twice to create a sticky clone of the subheader.
Related Tags - angular material , angular 2 material , angular material 2 , angular material design , material angular
Usage:
Example:
- The following example showcases the use of md-subheader showcase uses of subheader component.