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
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
Scaffolding library for Angular applications using NgBootstrap
3
+
This project is now archived, as schematics moved to the [`@ng-bootstrap/ng-bootstrap` repository directly](https://github.com/ng-bootstrap/ng-bootstrap).
4
4
5
-
@ng-bootstrap/schematics provides CLI commands to initially add NgBootstrap to an existing application. This tool integrates with [`Angular CLI`](https://cli.angular.io/), and is built on top of [`Schematics`](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2).
5
+
ng-bootstrap library can now be installed via
6
6
7
-
## Usage
8
-
9
-
Starting from an exiting Angular CLI scaffolded application, simply execute this command:
10
-
11
-
```bash
12
-
cd my-app
13
-
ng add @ng-bootstrap/schematics
14
-
```
15
-
16
-
Your app has now been ng-bootstrapped !
17
-
18
-
## Contributing
19
-
20
-
Please check [`DEVELOPER.md`](DEVELOPER.md) for developer documentation
0 commit comments