Skip to content

Commit

Permalink
adding ngx-bootstrap to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit committed Sep 15, 2023
1 parent fa80572 commit dd922ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@popperjs/core": "^2.11.6",
"bootstrap": "5.2.3",
"bootstrap-icons": "^1.10.5",
"ngx-bootstrap": "^11.0.2",
"ngx-highlightjs": "^10.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
12 changes: 6 additions & 6 deletions projects/ngds-forms/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# NgdsCommonComponents
# Ngds Forms

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0.

## Code scaffolding

Run `ng generate component component-name --project ngds-common-components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngds-common-components`.
> Note: Don't forget to add `--project ngds-common-components` or else it will be added to the default project in your `angular.json` file.
Run `ng generate component component-name --project ngds-forms` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngds-forms`.
> Note: Don't forget to add `--project ngds-forms` or else it will be added to the default project in your `angular.json` file.
## Build

Run `ng build ngds-common-components` to build the project. The build artifacts will be stored in the `dist/` directory.
Run `ng build ngds-forms` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build ngds-common-components`, go to the dist folder `cd dist/ngds-common-components` and run `npm publish`.
After building your library with `ng build ngds-forms`, go to the dist folder `cd dist/ngds-forms` and run `npm publish`.

## Running unit tests

Run `ng test ngds-common-components` to execute the unit tests via [Karma](https://karma-runner.github.io).
Run `ng test ngds-forms` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help

Expand Down
7 changes: 0 additions & 7 deletions projects/ngds-forms/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# yarn lockfile v1


ngx-bootstrap@^11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-11.0.2.tgz#ed1d0e254ef16ba8245cd9a3450404dc81aabef6"
integrity sha512-McvQ72XB6692Jus47jahWWwjpSCa6EtHMIqoyMewKCEHMv0ybDgVnOAdEsWKvwfulowHn7Y/jDjeiURwYJG9cQ==
dependencies:
tslib "^2.3.0"

tslib@^2.3.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4566,6 +4566,13 @@ ng-packagr@^16.0.0:
optionalDependencies:
esbuild "^0.17.0"

ngx-bootstrap@^11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-11.0.2.tgz#ed1d0e254ef16ba8245cd9a3450404dc81aabef6"
integrity sha512-McvQ72XB6692Jus47jahWWwjpSCa6EtHMIqoyMewKCEHMv0ybDgVnOAdEsWKvwfulowHn7Y/jDjeiURwYJG9cQ==
dependencies:
tslib "^2.3.0"

ngx-highlightjs@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/ngx-highlightjs/-/ngx-highlightjs-10.0.0.tgz#e28cdc652e6396c5d99e691354989b20fe72c1d7"
Expand Down

0 comments on commit dd922ed

Please sign in to comment.