Reference no: EM132317888
They below task need to be done "Angular 2"
Create three modules and two components in each module,
Show the routing between them,
Show the component communication methods like @input, @output, subject from rxJs etc.,
Create a login mask (with credentials-- 'intone' and 'intone' as user name and password) in an authentication module by using any of the third party modules like bootstrap or angular-material.
Create a json file and write a service to get that and display as a list in any component after the user logged in.
Create a sign-up form in any component with the validations using FormBuilder.
Mainly they will check the code for routing, component communication, validations, and local JSON file calling..