Skip to content

Commit 2881f3c

Browse files
committed
Add Angular Universal interview questions
1 parent a075930 commit 2881f3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
|72| [How do you define routes?](#how-do-you-define-routes)|
8181
|73| [What is the purpose of Wildcard route?](#what-is-the-purpose-of-wildcard-route)|
8282
|74| [Do I need a Routing Module always?](#do-i-need-a-routing-module-always)|
83+
|75| [What is Angular Universal?](#what-is-angular-universal)|
8384

8485
1. ### What is Angular Framework?
8586

@@ -1035,4 +1036,5 @@
10351036
```
10361037
74. ### Do I need a Routing Module always?
10371038
No, the Routing Module is a design choice. You can skip routing Module (for example, AppRoutingModule) when the configuration is simple and merge the routing configuration directly into the companion module (for example, AppModule). But it is recommended when the configuration is complex and includes specialized guard and resolver services.
1038-
75. ### ?
1039+
75. ### What is Angular Universal?
1040+
Angular Universal is a server-side rendering module for Angular applications in various scenarios. This is a community driven project and available under @angular/platform-server package. Recently Angular Universal is integrated with Angular CLI.

0 commit comments

Comments
 (0)