Skip to content

Commit dcfcf95

Browse files
marcin-mazurekabdel-ships-it
authored andcommitted
docs(forms): remove unnecessary step of installing Bootstrap (angular#3104)
1 parent 77f55a8 commit dcfcf95

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

public/docs/js/latest/guide/forms.jade

+3-8
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,9 @@ code-example(format="").
230230
... or none at all.
231231

232232
:marked
233-
Let's add the stylesheet.
234-
235-
ol
236-
li Open a terminal window in the application root folder and enter the command:
237-
code-example(language="html" escape="html").
238-
npm install bootstrap --save
239-
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
240-
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
233+
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
234+
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
235+
241236
:marked
242237
.l-main-section
243238
:marked

public/docs/ts/latest/guide/forms.jade

+3-8
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,9 @@ code-example(format="").
244244
... or none at all.
245245

246246
:marked
247-
Let's add the stylesheet.
248-
249-
ol
250-
li Open a terminal window in the application root folder and enter the command:
251-
code-example(language="html" escape="html").
252-
npm install bootstrap --save
253-
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
254-
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
247+
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
248+
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
249+
255250
:marked
256251
.l-main-section
257252
:marked

0 commit comments

Comments
 (0)