Skip to content

Lemoncode/angular-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-8-sample-app

Repository to teach Angular 8 fundamentals

Before start

These demos use angular-cli to avoid related issues ensure that you have installed the right version. To install the latest version:

npm uninstall -g @angular/cli
npm cache verify
# if npm version is < 5 then use `npm cache clean` 
npm install -g @angular/cli@latest

These demos works with angular-cli version 8.3.17. To install the exact match:

npm uninstall -g @angular/cli
npm cache verify
# if npm version is < 5 then use `npm cache clean` 
npm install -g @angular/cli@8.3.17

HTTP demos

Demos related with HTTP, work with a local node solution. On demo 11 HTTP GET we explain how to install and get the node server up and running. In order to make more simple its use, we have placed in the root folder, under the server folder, the related files.

About

Repository to teach Angular 8 fundamentals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published