File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,19 @@ Code Related to Word Done On PLT
5
5
- A library created to overcome the problem of excessive delay in rendering of the page on the frontend due to some blocking resource or code.
6
6
- Triggers a custom page with message for users seeing a blank screen for a long time this may result in frustation for the user.
7
7
- It is like the No Network Chrome Dinosaur which informs the user that something is wrong and to have patience.
8
+
9
+ Installation:
10
+ Git:
11
+ - clone the repo and use the timout.js library by placing it inyour static folder in your code base
12
+ Bower:
13
+ - Prerequisites:
14
+ - Bower installed in your system
15
+ In case, bower is not installed use the below command
16
+ <code >npm install -g bower</code >
17
+
18
+ - Install Library
19
+ - After bower is installed use following command
20
+ <code >bower install plt-timeout</code >
21
+
22
+ - Use the library
23
+ - Use the timout.js from bower_component folder
You can’t perform that action at this time.
0 commit comments