Closed
Description
OS
Mac OSX 10.12.1 (16B2555)
Versions
angular-cli: 1.0.0-beta.21
node: 6.5.0
os: darwin x64
Repro steps.
- Project was created with
ng new
- After putting all dependencies in the AppModule, we decided to create some
NgModule
to import and export Components/Pipes/... in separate modules - After this step the page reload increased extremely. At this point we do not know whats happening inside.
Does anyone has/had the same issue?
Many thanks in advance!