jeffminsungkim / Ashy

0 stars 0 forks source link

Create a shared component for registration #38

Closed jeffminsungkim closed 6 years ago

jeffminsungkim commented 6 years ago

Objective

Create a user registration form component that’s shared by a few other pages (components).

  1. Add the component to a shared module and export the component in the module.
  2. Import the shared module in the modules where we’ll use the component.

Note: Be aware that you cannot declare a component in two modules.

jeffminsungkim commented 6 years ago

29839080bcd775a658aa8baa5a96aed9fc9a80f3 solved.