Creating Users

This lesson shows the front end implementation for creating users-- it explains the files: users.component.ts and users.component.html.

The first feature that we will implement will be of creating users.

Creating Users: Front-End Implementation

We will start with the frontend implementation of the UserComponent. As mentioned before, the implementation of this component is separated into two files:

  • users.component.ts – Contains TypeScript implementation of this component.

  • users.component.html – Contains HTML implementation of this component.

users.component.html

Inside users.component.html, one can find the part of the code, which handles the input form for inserting the user:

Get hands-on with 1200+ tech skills courses.