InterviewSolution
Saved Bookmarks
| 1. |
How to send and set cookies in Angular 4? |
|
Answer» We can use the ngx-cookie-service node package to save cookies in Angular 4. Use the following steps:
There are three types of loading namely eager loading, lazy loading, and preloading. In general, eager loading is a module that NEEDS to import into the Angular 4 application module by importing metadata of @NgModule decorator. Additionally, eagerly loading is useful for small size angular applications in which all feature modules will be loaded before starting of the application. |
|