We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b38353 commit 45de0e2Copy full SHA for 45de0e2
README.md
@@ -2,3 +2,15 @@
2
3
Demonstrate server side rendering process in angular 2+.
4
[click here](http://angular-ssr.surge.sh/)
5
+
6
+# Follow the following step:-
7
8
+```sh
9
+-> To integrate the ssr in angular.
10
+ ng add @nguniversal/express-engine
11
+-> To make the build.
12
+ npm run build:ssr
13
+-> To run the build.
14
+ npm run serve:ssr
15
+-> If show any error related to pwa then add pwa.
16
+ ng add @angular/pwa --project *project-name*
0 commit comments