preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 561 forks source link

Modules splitting #334

Closed JunkyDeLuxe closed 7 years ago

JunkyDeLuxe commented 7 years ago

Hello,

Why this starter don't split home / about components into specific modules which can be imported from app.module.ts ?

Thanks u

Foxandxss commented 7 years ago

Because the first thing you are going to do as soon as you download this starter is get rid of the "demo project" that is built in here. Then you can code your application with your needs.

I just need the bare minimum to show you an example app.