Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ganatan/angular-httpclient
Angular 18 Example HttpClient
https://github.com/ganatan/angular-httpclient
angular angular16 angular17 angular18 bootstrap5 example-app example-project httpclient routing server-side-rendering ssr
Last synced: 4 days ago
JSON representation
Angular 18 Example HttpClient
- Host: GitHub
- URL: https://github.com/ganatan/angular-httpclient
- Owner: ganatan
- Created: 2018-11-26T15:40:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T14:02:20.000Z (5 months ago)
- Last Synced: 2024-06-12T19:56:55.794Z (5 months ago)
- Topics: angular, angular16, angular17, angular18, bootstrap5, example-app, example-project, httpclient, routing, server-side-rendering, ssr
- Language: JavaScript
- Homepage:
- Size: 28.2 MB
- Stars: 23
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 18 Example HttpClient
> An Angular starter kit featuring [Angular 18.0.2](https://angular.io), [Angular CLI 18.0.3](https://cli.angular.io/)
> it's part of a repo series designed to create a Progressive Web App with Angular
# Web Application Live Demo
## Quick start
```bash
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-httpclient.git# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-httpclient.git# change directory
cd angular-httpclient# install the repo with npm
npm install# start the server
npm start```
in your browser go to [http://localhost:4200](http://localhost:4200)## Getting Started
### Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)### Developpement
* `npm run start`
* in your browser [http://localhost:4200](http://localhost:4200)### Production
* `npm run build`## Tests (Use Chrome Version 87 minimum)
* `npm run test`### Compilation
* `npm run build` ( without SSR)
* `npm run build:ssr` ( with SSR)### Production
* `npm run serve:ssr`
* in your browser [http://localhost:4000](http://localhost:4000)### Prototype Bootstrap 5
* `change directory` cd ui
* launch html pages in your browser### Author
* Author : danny### Documentation
English Tutorials
- Installation - https://www.ganatan.com/tutorials/httpclient-with-angular
- Tutorials Step-by-Step - https://www.ganatan.com/tutorials/enTutoriels en français
- Installation - https://www.ganatan.com/tutorials/httpclient-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials