Slow/Can't Type in Input Field When Using PreloadAllModules in Angular 4
up vote
0
down vote
favorite
I'm using Angular 4 and i am using PreloadAllModules and Lazy Loading in my app. I wonder why there is a delay when i'm typing in the input field at first, there's a need to finish the loader in the favicon until the typing is not delayed. I tried to remove the preloadallmodules and it fixed. Why is this happening?
@NgModule({
imports: [RouterModule.forRoot(appRoutes, { preloadingStrategy: PreloadAllModules })
],
exports: [RouterModule]
})
export class AppRoutingModule {
}
angular angular4-forms angular4-router preloading
add a comment |
up vote
0
down vote
favorite
I'm using Angular 4 and i am using PreloadAllModules and Lazy Loading in my app. I wonder why there is a delay when i'm typing in the input field at first, there's a need to finish the loader in the favicon until the typing is not delayed. I tried to remove the preloadallmodules and it fixed. Why is this happening?
@NgModule({
imports: [RouterModule.forRoot(appRoutes, { preloadingStrategy: PreloadAllModules })
],
exports: [RouterModule]
})
export class AppRoutingModule {
}
angular angular4-forms angular4-router preloading
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using Angular 4 and i am using PreloadAllModules and Lazy Loading in my app. I wonder why there is a delay when i'm typing in the input field at first, there's a need to finish the loader in the favicon until the typing is not delayed. I tried to remove the preloadallmodules and it fixed. Why is this happening?
@NgModule({
imports: [RouterModule.forRoot(appRoutes, { preloadingStrategy: PreloadAllModules })
],
exports: [RouterModule]
})
export class AppRoutingModule {
}
angular angular4-forms angular4-router preloading
I'm using Angular 4 and i am using PreloadAllModules and Lazy Loading in my app. I wonder why there is a delay when i'm typing in the input field at first, there's a need to finish the loader in the favicon until the typing is not delayed. I tried to remove the preloadallmodules and it fixed. Why is this happening?
@NgModule({
imports: [RouterModule.forRoot(appRoutes, { preloadingStrategy: PreloadAllModules })
],
exports: [RouterModule]
})
export class AppRoutingModule {
}
angular angular4-forms angular4-router preloading
angular angular4-forms angular4-router preloading
asked Nov 8 at 9:50
Joseph
92321437
92321437
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53205177%2fslow-cant-type-in-input-field-when-using-preloadallmodules-in-angular-4%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password