All Projects → ganatan → angular-httpclient

ganatan / angular-httpclient

Licence: other
Angular 15 Example HttpClient

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to angular-httpclient

angular-ssr
Angular 14 Example SSR (Server side rendering)
Stars: ✭ 92 (+338.1%)
Mutual labels:  routing, server-side-rendering, example-project, example-app, bootstrap5
angular-seo
Angular 13 Example SEO Search engine optimization + PWA + SSR + Lazyloading
Stars: ✭ 58 (+176.19%)
Mutual labels:  routing, example-project, example-app, bootstrap5
angular-pwa
Angular 13 Example Progressive Web App (PWA)
Stars: ✭ 45 (+114.29%)
Mutual labels:  server-side-rendering, example-project, bootstrap5
angular-routing
Angular 13 Example Routing
Stars: ✭ 21 (+0%)
Mutual labels:  routing, example-project, example-app
SplashScreenExample
How to implement a Splash Screen in ReactNative
Stars: ✭ 14 (-33.33%)
Mutual labels:  example-project, example-app
ampjucks
Boilerplate and base project to create static websites with AMP, Nunjucks and Gulp
Stars: ✭ 18 (-14.29%)
Mutual labels:  example-project, example-app
Angular9 Example App
Angular 13 Example App + Angular CLI + i18n + GraphQL
Stars: ✭ 1,769 (+8323.81%)
Mutual labels:  example-project, example-app
angular-app
Angular 14 ,Bootstrap 5, Node.js, Express.js, ESLint, CRUD, PWA, SSR, SEO, Universal, Lazy Loading
Stars: ✭ 389 (+1752.38%)
Mutual labels:  httpclient, bootstrap5
React Ssr
A baseline for server side rendering for your React application
Stars: ✭ 554 (+2538.1%)
Mutual labels:  server-side-rendering, example-project
angular-lazy-loading
Angular 15 & React 18 Examples Lazy Loading
Stars: ✭ 39 (+85.71%)
Mutual labels:  routing, angular15
ngext
Better routing for Angular
Stars: ✭ 78 (+271.43%)
Mutual labels:  routing, server-side-rendering
yii2-realtime-chat-example
Yii2 simple realtime chat with websocket.io
Stars: ✭ 17 (-19.05%)
Mutual labels:  example-project, example-app
The-Overly-Complicated-Random-Number-Generator
An Overly Complex Random Number Generator, created to demystify how containers work.
Stars: ✭ 25 (+19.05%)
Mutual labels:  example-project, example-app
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+457.14%)
Mutual labels:  server-side-rendering, example-project
bookshelf
My GraphQL playground
Stars: ✭ 64 (+204.76%)
Mutual labels:  example-project, example-app
Awesome Nextjs
📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
Stars: ✭ 6,812 (+32338.1%)
Mutual labels:  routing, server-side-rendering
Universal Router
A simple middleware-style router for isomorphic JavaScript web apps
Stars: ✭ 1,598 (+7509.52%)
Mutual labels:  routing, server-side-rendering
docsify-ssr-demo
NOTICE: This repo is outdated and SSR is work-in-progress.
Stars: ✭ 61 (+190.48%)
Mutual labels:  server-side-rendering
universal-react-relay-starter-kit
A starter kit for React in combination with Relay including a GraphQL server, server side rendering, code splitting, i18n, SEO.
Stars: ✭ 14 (-33.33%)
Mutual labels:  server-side-rendering
ves
Vue SSR(Server Side Render) Web Framework for Egg
Stars: ✭ 23 (+9.52%)
Mutual labels:  server-side-rendering

Angular 15 Example HttpClient

An Angular starter kit featuring Angular 15.1.3, Angular CLI 15.1.5

it's part of a repo series designed to create a Progressive Web App with Angular

Web Application Live Demo

Angular 15 Example 
      Application

Quick start

# 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

Getting Started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Developpement

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

Prototype Bootstrap 5

  • change directory cd ui
  • launch html pages in your browser

Author

  • Author : danny

Documentation

English Tutorials

Tutoriels en français

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].