Skip to content

maurim96/Angular7Scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Scaffold

Angular base Scaffolding based on Angular Docs concepts about architecturing.

Features

✓ Observable Stores Pattern

✓ Flat structure

✓ Lazy loading

✓ Route guards

✓ Interceptors

Technology Stack

Angular Cli v7.2.4

RXJS v6.3.3

NodeJS v10.15.0

Pre-requisites

Download and install NodeJS (v 10.15.0) and NPM (v 6.4.1)

Usefull commands

Install all required dependencies npm install

Run project ng serve --open

Documentary

Angular oficial doc: https://angular.io/docs

Redux with Observable Stores in Angular: https://dev.to/steveblue/redux-with-observable-stores-in-angular-1b3b