In part 6 of this Angular 7 tutorial series we're going to update the home page to demonstrate fetching, displaying and deleting users from secure api endpoints. We'll also simplify the way alert messages are displayed by creating a centralized alert service and alert component.
In part 5 of this Angular 7 tutorial series we're going to add a registration form and user service for registering new users.
In part 4 of this Angular 7 tutorial series we're going to implement authentication with a login form, authentication service and an Angular route guard. We'll also setup a fake backend so we can test the example application without an API.
An example of Backendless development with Angular 7 and TypeScript, including "pass through" for selected urls to a real backend.