File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
libs/common-docs/src/lib/common/documentation Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ You will need to add bootstrap css:
111111- ` Bootstrap 4 `
112112```
113113<!--- index.html -->
114- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/ 4.5.3/css/bootstrap.min.css" rel="stylesheet">
114+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@ 4.5.3/dist/ css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2 ">
115115```
116116
117117
Original file line number Diff line number Diff line change @@ -149,9 +149,11 @@ <h4>Manual way</h4>
149149 < pre class ="prettyprint prettyprinted "> < span class ="com "> <!--- index.html --></ span > < span
150150 class ="pln "> </ span >
151151< span class ="tag "> <link</ span > < span class ="pln "> </ span > < span class ="atn "> href</ span > < span class ="pun "> =</ span > < span
152- class ="atv "> "https://maxcdn.bootstrapcdn.com/bootstrap/ 4.5.3/css/bootstrap.min.css"</ span > < span
152+ class ="atv "> "https://cdn.jsdelivr.net/npm/bootstrap@ 4.5.3/dist /css/bootstrap.min.css"</ span > < span
153153 class ="pln "> </ span > < span class ="atn "> rel</ span > < span class ="pun "> =</ span > < span
154- class ="atv "> "stylesheet"</ span > < span class ="tag "> ></ span > </ pre >
154+ class ="atv "> "stylesheet"</ span > < span class ="atn "> crossorigin</ span > < span class ="pun "> =</ span > < span
155+ class ="atv "> "anonymous"</ span > < span class ="atn "> integrity</ span > < span class ="pun "> =</ span > < span
156+ class ="atv "> "sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"</ span > < span class ="tag "> ></ span > </ pre >
155157
156158 < h3 > Setting up the bootstrap version manually</ h3 >
157159 < p >
You can’t perform that action at this time.
0 commit comments