Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shhdharmen/gdgdevfest-2023-surat
Code examples for "Enhancing User Experience with Angular Material Themes". Learn more at 👇
https://github.com/shhdharmen/gdgdevfest-2023-surat
angular devfest devfest2023 gdg-devfest
Last synced: about 1 month ago
JSON representation
Code examples for "Enhancing User Experience with Angular Material Themes". Learn more at 👇
- Host: GitHub
- URL: https://github.com/shhdharmen/gdgdevfest-2023-surat
- Owner: shhdharmen
- Created: 2023-12-22T10:39:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T07:23:19.000Z (about 1 year ago)
- Last Synced: 2024-10-30T22:57:41.331Z (3 months ago)
- Topics: angular, devfest, devfest2023, gdg-devfest
- Language: TypeScript
- Homepage: https://angular-material.dev/courses/m2-ng-components
- Size: 2.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gdgdevfest-2023-surat
## Slide deck
- [PDF](./GDG%20DevFest%20Surat%20-%20Enhancing%20User%20Experience%20with%20Angular%20Material%20Themes.pdf)
## Code samples
- Example with pre-built theme - [📁 ng-mat-address-pre-built](https://github.com/shhdharmen/gdgdevfest-2023-surat/tree/main/ng-mat-address-pre-built)
- Example with custom theme - [📁 ng-mat-address](https://github.com/shhdharmen/gdgdevfest-2023-surat/tree/main/ng-mat-address)## Getting Started
1. Clone the repo
```bash
git clone https://github.com/shhdharmen/gdgdevfest-2023-surat
```
2. Go into any example
```bash
cd ng-mat-address #or ng-mat-address-pre-built
```
3. Insall dependencies
```bash
npm install
```
4. Start project in dev mode
```bash
npm start
```## Want to learn more?
[![](https://vercel-og-nextjs-delta-one.vercel.app/api/home)](https://angular-material.dev/home)