Skip to content

AdemDemirFE/ionicMatStep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

⚡ Ionic Angular Material

📄 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.

📶 Technologies

💾 Setup

  • Run npm i to install dependencies
  • Run ng lint to lint files. All files pass linting
  • 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

✉️ Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published