Smarter way to organize “import” statements using “index.ts” file(s) in Angular
3 min readMar 15, 2018
--
UPDATE: I have published a Visual Studio Code Extension to automate this process. Check it out.
“Module” is a tricky term. For Angular, Module is a container/package to hold various components, reference other Modules, provide…