Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjbateman/ionic-angular-material
:clipboard: Ionic app to use the angular material library. Another great tutorial from Simon Grimm at the Ionic Academy
https://github.com/andrewjbateman/ionic-angular-material
angular angular-material angular15 html5 ionic ionic6 material scss
Last synced: 6 days ago
JSON representation
:clipboard: Ionic app to use the angular material library. Another great tutorial from Simon Grimm at the Ionic Academy
- Host: GitHub
- URL: https://github.com/andrewjbateman/ionic-angular-material
- Owner: AndrewJBateman
- License: mit
- Created: 2019-06-11T19:03:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T04:54:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T09:37:18.897Z (over 1 year ago)
- Topics: angular, angular-material, angular15, html5, ionic, ionic6, material, scss
- Language: TypeScript
- Homepage:
- Size: 1.69 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :zap: Ionic Angular Material
* App created using the [Ionic framework](https://ionicframework.com/docs) to use [mat select](https://material.angular.io/components/select/overview) to select from a list of options, [mat paginator](https://material.angular.io/components/paginator/overview) to navigate pages and [Material Stepper](https://material.angular.io/components/stepper/overview) to divide content into logical steps.
* **Note:** to open web links in a new window use: _ctrl+click on link_![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-angular-material?style=plastic)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-angular-material?style=plastic)
![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-angular-material?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-angular-material?style=plastic)## :page_facing_up: Table of contents
* [:zap: Ionic Angular Material](#zap-ionic-angular-material)
* [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)
* [:books: General info](#books-general-info)
* [:camera: Screenshots](#camera-screenshots)
* [:signal_strength: Technologies](#signal_strength-technologies)
* [:floppy_disk: Setup](#floppy_disk-setup)
* [:computer: Code Examples](#computer-code-examples)
* [:cool: Features](#cool-features)
* [:clipboard: Status & To-do list](#clipboard-status--to-do-list)
* [:clap: Inspiration](#clap-inspiration)
* [:file_folder: License](#file_folder-license)
* [:envelope: Contact](#envelope-contact)## :books: 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.
## :camera: Screenshots
![image](./img/front-screen.png)
## :signal_strength: Technologies
* [Ionic v6](https://ionicframework.com/)
* [Angular v15](https://angular.io/)
* [Ionic/angular v6](https://www.npmjs.com/package/@ionic/angular)
* [Angular Material v15](https://material.angular.io/)## :floppy_disk: Setup
* Run `npm i` to install dependencies
* To start the server on _localhost://8100_ type: `ionic serve`## :computer: Code Examples
* extract from `home.page.html` of the material table that displays the user first name using data-interpolation.
```html
First Name
{{user.first_name}}
```## :cool: Features
* User list can be extended. Lots of additional material components can be added.
## :clipboard: Status & To-do list
* Status: Working.
* To-do: Nothing## :clap: Inspiration
* Project inspired by [Simon Grimm´s Youtube video: ionic angular material](https://www.youtube.com/watch?v=pd-CF-dWEak)
## :file_folder: License
* This project is licensed under the terms of the MIT license.
## :envelope: Contact
* Repo created by [ABateman](https://github.com/AndrewJBateman), email: [email protected]