I read this somewhere, before commencing the registration form, it is quite important to be aware of basic skills in file rendering and server setup in angular JS; follow these steps in order to create a custom/streamlined form with custom components.
1. Open your visual studio code editor and create a connection with the local server.
2. Follow the explorer tab i.e. myproject--- myapp --- src ---app. This, in the app folder, create another folder and rename it as ‘registration’.
3. In this registration folder, create a folder with the name (i) registration.component.html.
4. In the file registration.component.html, write the below html code to create a basic form on angular JS
. Although there are about 2 other folders that are required within the registration form i.e. registration.components.ts and registration.component.css in order to complete a custom registration form. You can mostly likely stream various platform to see how the different forms of this programs work.