Skip to content

BrentMcIntosh/angular-example-httpclient

 
 

Repository files navigation

Angular 11 Example HttpClient

An Angular starter kit featuring Angular 11.0.2, Angular CLI 11.0.2

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

Web Application Live Demo

Angular 10 Example Application

Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-example-httpclient.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-example-httpclient.git

# download the example or clone the repo from bitbucket
git clone https://bitbucket.org/ganatan/angular-example-httpclient.git

# change directory
cd angular-example-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 lint
  • npm run test
  • npm run e2e

Compilation

  • npm run build ( without SSR)
  • npm run build:ssr ( with SSR)

Production

Prototype Bootstrap 4

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

Prototype Bootstrap 5.0.0-alpha3

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

Author

  • Author : danny

Documentation

English Tutorials

Tutoriels en français

About

Angular 11 Example HttpClient

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 65.7%
  • HTML 23.7%
  • TypeScript 10.2%
  • CSS 0.4%