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
<p>Angular 2, powered by Bootstrap 4 written by the angular-ui Team</p>
11
7
</div>
12
8
</div>
13
9
</div>
10
+
11
+
<sectionclass="container">
12
+
<pclass="lead">
13
+
Welcome to the Angular 2 version of the <atarget="_blank" href="https://github.com/angular-ui/bootstrap">Angular UI Bootstrap</a>
14
+
library. This library is being built from scratch in Typescript using the Bootstrap 4 CSS framework.
15
+
</p>
16
+
<pclass="lead">
17
+
As with Bootstrap 4 and Angular 2, this library is a work in progress.
18
+
Please check out our <ahref="https://github.com/ng-bootstrap/core/wiki/Roadmap" target="_blank">roadmap</a> and
19
+
<ahref="https://github.com/ng-bootstrap/core/issues" target="_blank">list of issues</a> to see all the things we are implementing.
20
+
Feel free to make comments there.
21
+
</p>
22
+
23
+
<pclass="lead">
24
+
To get started quickly you can follow <a[routerLink]="['/getting-started']">installation instructions</a> or just browse <a[routerLink]="['/components']">demos</a> for the existing components.
Welcome to the Angular 2 version of the <atarget="_blank" href="https://github.com/angular-ui/bootstrap">Angular UI Bootstrap</a>
5
-
library. This library is being built from scratch in Typescript using the Bootstrap 4 CSS framework.
6
-
</p>
7
-
<pclass="lead">
8
-
As with Bootstrap 4 and Angular 2, this library is a work in progress. Please check out our list of issues to see all the things we are implementing. Feel free to make comments there.
9
-
</p>
10
-
<h3>
11
-
Dependencies
12
-
</h3>
13
-
<p>
14
-
This repository contains a set of native Angular 2 directives based on Bootstrap's markup and CSS.
15
-
As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are:
16
-
</p>
17
-
<ul>
18
-
<li>
19
-
<ahref="https://angular.io">Angular</a> (<em>requires</em> Angular version 2 or higher)
20
-
</li>
21
-
<li>
22
-
<ahref="http://v4-alpha.getbootstrap.com">Bootstrap CSS</a> (tested with version 4.0aV2)
23
-
</li>
24
-
</ul>
25
-
</section>
2
+
<h3>
3
+
Dependencies
4
+
</h3>
5
+
<p>
6
+
This repository contains a set of native Angular 2 directives based on Bootstrap's markup and CSS.
7
+
As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are:
8
+
</p>
9
+
<ul>
10
+
<li>
11
+
<ahref="https://angular.io" target="_blank">Angular</a> (<em>requires</em> Angular version 2 or higher)
12
+
</li>
13
+
<li>
14
+
<ahref="http://v4-alpha.getbootstrap.com" target="_blank">Bootstrap CSS</a> (tested with version 4.0aV2)
0 commit comments