Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mimaraslan/angular-frontend-crud
Angular Frontend CRUD
https://github.com/mimaraslan/angular-frontend-crud
Last synced: about 1 month ago
JSON representation
Angular Frontend CRUD
- Host: GitHub
- URL: https://github.com/mimaraslan/angular-frontend-crud
- Owner: mimaraslan
- Created: 2024-02-10T01:07:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-15T04:29:24.000Z (10 months ago)
- Last Synced: 2024-02-15T05:28:14.914Z (10 months ago)
- Language: TypeScript
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularFrontendCrud
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.3.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
Import Bootstrap into Angular Project
Open index.html and add following line into tag:
```
...
...```
`npm install [email protected]`
Bootstrap module with command: npm install [email protected].
Then add following code into angular.json:```
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
"scripts": [
"node_modules/jquery/dist/jquery.slim.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
```![Angular](src/assets/images/00.jpg)
![Angular](src/assets/images/01.jpg)
![Angular](src/assets/images/02.jpg)
![Angular](src/assets/images/03.jpg)
![Angular](src/assets/images/04.jpg)
![Angular](src/assets/images/05.jpg)
![Angular](src/assets/images/06.jpg)
![Angular](src/assets/images/07.jpg)