Skip to content

AndrewJBateman/ionic-angular-material

Repository files navigation

⚡ Ionic Angular Material

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

  • Angular Material is the implementation of Material Design for Angular. It offers a wide range of components and patterns for navigation, forms, buttons, layouts etc.

📷 Screenshots

image

📶 Technologies

💾 Setup

  • Run npm i to install dependencies
  • To start the server on localhost://8100 type: ionic serve

💻 Code Examples

  • extract from home.page.html of the material table that displays the user first name using data-interpolation.
  <ng-container matColumnDef="first_name">
    <th mat-header-cell *matHeaderCellDef> First Name </th>
    <td mat-cell *matCellDef="let user"> {{user.first_name}} </td>
  </ng-container>

🆒 Features

  • User list can be extended. Lots of additional material components can be added.

📋 Status & To-do list

  • Status: Working.
  • To-do: Nothing

👏 Inspiration

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ Contact

About

📋 Ionic app to use the angular material library. Another great tutorial from Simon Grimm at the Ionic Academy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published