July 2018
Intermediate to advanced
420 pages
8h 46m
English
Now that we have started our project, we will run the built-in Angular CLI server to see how our application looks:
npm start
You will see a message similar to the following:
** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** Date: xxxx Hash: xxxx Time: 16943ms chunk {inline} inline.bundle.js (inline) 3.85 kB [entry] [rendered] chunk {main} main.bundle.js (main) 20.8 kB [initial] [rendered] chunk {polyfills} ...Read now
Unlock full access