Michele Stieven
1 min readApr 13, 2018

--

Hi! If you have a really large app (like, really large) consider:

  1. Splitting your SharedModule in more SharedModules by feature
  2. Making sub-modules for the Shared Module’s components that you can import without having to import the SharedModule itself. If you want an example, look at Angular Material which exports a module for every component (button, toolbar, etc)

--

--

Responses (1)