You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/common-docs/src/lib/common/schematics/schematics.component.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ <h2 id="getting-started">
28
28
<p>When you install ngx-bootstrap with Angular Cli Schematics you will get such updates:</p>
29
29
<ulid="installation">
30
30
<li><p><code>package.json</code></p>
31
-
<p>List of dependencies will be updated with 2 new packages <code>"bootstrap": "^4.5.0"</code>, <code>"ngx-bootstrap": "7.0.0-rc.1"</code>. After packages will be installed and node_modules folder will be updated also.</p>
31
+
<p>List of dependencies will be updated with 2 new packages <code>"bootstrap": "^4.5.3"</code>, <code>"ngx-bootstrap": "7.0.0"</code>. After packages will be installed and node_modules folder will be updated also.</p>
32
32
</li>
33
33
<liid="style_updates"><p>Depending on which style extension is used in the project, schematics will add necessary imports or styles links. It, as expected, allows the use SCSS or CSS extensions.</p>
34
34
<p>In case CSS extension - <code>angular.json</code> file will be updated.</p>
0 commit comments