InterviewSolution
Saved Bookmarks
| 1. |
What is resolver in angular 2? |
|
Answer» In actual, resolver (class) is a powerful technique which is USED to achieve the BEST USER experience when browsing between pages in the APPLICATION. For the implementation of the resolver class, it is important to create a new folder called resolves. Thereafter PUT resolvers with same template resolveName.resolver.ts |
|