https://github.com/robertobdev/my-schematics
https://github.com/robertobdev/my-schematics
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertobdev/my-schematics
- Owner: robertobdev
- Created: 2021-05-25T22:21:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T00:24:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T08:16:38.776Z (about 1 year ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started With My schematics Crud
This repository is a crud Schematic implementation that serves as a starting point to create a crud.
### Required Dependencies
`@angular/material` package is a required dependency
```bash
ng add @angular/material
```