You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Angular Material

From EverybodyWiki Bios & Wiki


Angular Material
Developer(s)Google
Stable release
8.1.3
Repositoryhttps://github.com/angular/material
Written inTypeScript
Engine
    PlatformWeb platform
    TypeWeb framework
    LicenseMIT License
    Websitematerial.angular.io

    Search Angular Material on Amazon.

    Angular Material is a UI component library for AngularJS.[1][2][3][4][5][6]

    Features[edit]

    Following features are mentioned in the official website:

    • Sprint from Zero to App
    • Fast and Consistent
    • Versatile
    • Optimized for Angular[1]

    Advantages[edit]

    Some advantages of Angular Material are:

    • Routing
    • Karma for Unit Testing
    • DI
    • Services and factories
    • Data binding.[2]

    Example[edit]

    Sample code may look like as follows:

    <mat-form-field>
      <input type="text" matInput [formControl]="myControl" [matAutocomplete]="auto">
    </mat-form-field>
    
    <mat-autocomplete #auto="matAutocomplete">
      <mat-option *ngFor="let option of options" [value]="option">{{option}}</mat-option>
    </mat-autocomplete>
    

    [7]


    See also[edit]

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

    References[edit]

    1. 1.0 1.1 "Angular Material". material.angular.io. Retrieved 2019-08-21.
    2. 2.0 2.1 Kotaru, V. Keerti (2016-08-25). Material Design Implementation with AngularJS: UI Component Framework. Apress. p. 4. ISBN 9781484221907. Search this book on
    3. Noring, Christoffer; Deeleman, Pablo (2017-12-08). Learning Angular: A no-nonsense guide to building real-world apps with Angular 5. Packt Publishing Ltd. p. 315. ISBN 9781787125940. Search this book on
    4. Hajian, Majid (2019-05-22). Progressive Web Apps with Angular: Create Responsive, Fast and Reliable PWAs Using Angular. Apress. p. 30. ISBN 9781484244487. Search this book on
    5. Kasagoni, Shravan Kumar (2017-05-29). Building Modern Web Applications Using Angular. Packt Publishing Ltd. p. 173. ISBN 9781785880032. Search this book on
    6. Clow, Mark (2018-02-20). Angular 5 Projects: Learn to Build Single Page Web Applications Using 70+ Projects. Apress. p. 245. ISBN 9781484232798. Search this book on
    7. "Angular Material". material.angular.io. Retrieved 2019-08-21.

    External links[edit]


    This article "Angular Material" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Angular Material. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.