Client code walk-through

The client in our application is Angular 5.2.0 and it resides inside the client folder. The documentation for this folder can be found here: https://smart-exchange.herokuapp.com/docs/. Everything starts from the  client\index.html file. This file consists of our approot.  client\app\app.module.ts defines all the declaration, imports, providers, schemas, and the bootstrap component.

Our app-root component is defined here: client\app\app.component.ts and the corresponding HTML is defined here: client\app\app.component.html. This file defines our navigation bar and places a router-outlet where all the remaining routes of the application get inserted.

Get Google Cloud AI Services Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.