Skip to content

MathiasStadler/Angular6-CustomersService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I would greatly appreciate it if you kindly give me some feedback if you found an error, question or additional thought Send feedback to me

Angular6-CustomersService

first of all

Thanks Dan Wahlin for the great example. His version explain he here video in deep detail.

TL;DR

brew install mongodb
mongod --dbpath /tmp/mongo-data
# open another shell
git clone <REPO>
cd <REPO_DIR>
cd client
npm i
cd ../server
npm i
start_prod_jit
# open a browser and call http://localhost:3000

used version

I'm used this version of packages and update Dan code where was necessary

Angular CLI: 6.2.1
Node: 8.11.1
OS: darwin x64
Angular: undefined
...

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.8.1 (cli-only)
@angular-devkit/core         0.8.1 (cli-only)
@angular-devkit/schematics   0.8.1 (cli-only)
@schematics/angular          0.8.1 (cli-only)
@schematics/update           0.8.1 (cli-only)
rxjs                         6.2.2

"rxjs": "^6.2.2",

mongod --version
db version v4.0.2
git version: fc1573ba18aee42f97a3bb13b67af7d837826b47
allocator: system
modules: none
build environment:
    distarch: x86_64
    target_arch: x86_64

"express": "^4.16.3"