Angular Material - Angular Material Typography - Angular Material Tutorial



Angular Material Typograph

  • Angular Material provides various typography CSS classes which can be used to create visual consistency across Angular JS application.
  • learn angular material tutorials - typography

    learn angular material tutorials - typography Example

  • The following table lists down the different classes with their description.
Sr.No Class Name & Description
1

md-display-1

Shows the text with Regular 34px.

2

md-display-2

Shows the text with Regular 45px.

3

md-display-3

Shows the text with Regular 56px.

4

md-display-4

Shows the text with Light 112px.

5

md-headline

Shows the text with Regular 24px.

6

md-title

Shows the text with Medium 20px.

7

md-subhead

Shows the text with Regular 16px.

8

md-body-1

Shows the text with Regular 14px.

9

md-body-2

Shows the text with Medium 14px.

10

md-button

Shows the button with Medium 14px.

11

md-caption

Shows the text with Regular 12px.

Related Tags - angular material , angular 2 material , angular material 2 , angular material design , material angular

Example:

  • The following example showcases the use of typography CSS classes.
<html lang="en" >
   <head>
      <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.0.0/angular-material.min.css">
      <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
      <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-animate.min.js"></script>
      <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-aria.min.js"></script>
      <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-messages.min.js"></script>
      <script src="https://ajax.googleapis.com/ajax/libs/angular_material/1.0.0/angular-material.min.js"></script>
      <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
      <script language="javascript">
         angular
            .module('firstApplication', ['ngMaterial'])
            .controller('typographyController', typographyController);
           
            function typographyController ($scope) {               
            }	  
      </script>      
   </head>
   <body ng-app="firstApplication"> 
      <div class="frameContainer" ng-controller="typographyController as ctrl" layout="column" layout-padding layout-wrap layout-fill style="padding-bottom: 32px;" ng-cloak>
         <p class="md-display-4">.md-display-4</p>
         <p class="md-display-3">.md-display-3</p>
         <p class="md-display-2">.md-display-2</p>
         <p class="md-display-1">.md-display-1</p>
         <p class="md-headline">.md-headline</p>
		 <p class="md-title">.md-title</p>
		 <p class="md-subhead">.md-subhead</p>
         <p class="md-body-1">.md-body-1</p>
         <p class="md-body-2">.md-body-2</p>
         <md-button>.md-button</md-button>
         <p class="md-caption">.md-caption</p>
      </div>
   </body>
</html>
Clicking "Copy Code" button will copy the code into the clipboard - memory. Please paste(Ctrl+V) it in your destination. The code will get pasted. Happy coding from Wikitechy angular material tutorial , angular 4 material , angular material2 , angular material example team

Output:


This tutorial provides most of the basics of all the below related informations such as angular material design , material design angular , angular material table , angularjs material , material angular , angular material icons , angular 2 material design , angular material template , angular materialize , angular material theme , angular material layout , material design angular 2 , angular material demo , angular material dialog , angular material form , angular material button , material angular 2 , angular material datepicker , angular material data table , angular material tutorial , angular material login form , material for angular 2 , angular material data grid , material ui angular , angular material calendar , angular material design table , angular material grid , google angular material , angular material components , angular 2 material ui , angular material autocomplete example , material ui angular 2 , angular material 2 demo , angular2 material demo , angular material template free , angular material design tutorial , angularjs material tutorial , material design for angular 2 , angular material tabs example , angular material ui , table angular material , angular material angular 2 , angular material layout align , what is angular material , angular material tabs , angular2 material example , angular 2 material tutorial , angular material login page , angular 2 material demo , angular material cdn , angular material design example , angularjs material design template , material angularjs , angular material grid list , angular material search bar , angular material vs bootstrap , angular material js , angular material range slider , angular material sidenav example , angular material form example , material angular icons , angular material datepicker example , angular material design icons , angular material design template , angular material bootstrap , materialize angular , angular material template free download , bootstrap material design angular , angular material table example

Related Searches to Angular Material Typography