Skip to content

Commit b31e81f

Browse files
authored
Merge pull request #182 from coreui/fix-cannot-find-module-ngx-bootstrap
v2.9.2
2 parents 4adf39a + f0b0f0e commit b31e81f

File tree

5 files changed

+74
-37
lines changed

5 files changed

+74
-37
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

3+
###### `v2.9.2`
4+
- fix(navbars): cannot find module `ngx-bootstrap`
5+
6+
###### dependencies update
7+
- update `@angular/animations` to `^9.1.1`
8+
- update `@angular/common` to `^9.1.1`
9+
- update `@angular/compiler` to `^9.1.1`
10+
- update `@angular/core` to `^9.1.1`
11+
- update `@angular/forms` to `^9.1.1`
12+
- update `@angular/platform-browser` to `^9.1.1`
13+
- update `@angular/platform-browser-dynamic` to `^9.1.1`
14+
- update `@angular/router` to `^9.1.1`
15+
- update `@coreui/angular` to `^2.9.2`
16+
- update `bootstrap` to `^4.4.1`
17+
- update `chart.js` to `^2.9.3`
18+
- update `mutationobserver-shim` to `^0.3.5`
19+
- update `ngx-bootstrap` to `^5.6.1`
20+
- update `ngx-perfect-scrollbar` to `^9.0.0`
21+
- update `rxjs` to `^6.5.5`
22+
- update `tslib` to `^1.11.1`
23+
- update `zone.js` to `~0.10.3"
24+
- update `@angular-devkit/build-angular` to `~0.901.1`
25+
- update `@angular/cli` to `^9.1.1`
26+
- update `@angular/compiler-cli` to `^9.1.1`
27+
- update `@angular/language-service` to `^9.1.1`
28+
- update `@types/jasmine` to `^3.5.10`
29+
- update `@types/node` to `^13.11.1`
30+
- update `codelyzer` to `^5.2.2`
31+
- update `jasmine-spec-reporter` to `^5.0.1`
32+
- update `karma` to `^5.0.1`
33+
- update `karma-coverage-istanbul-reporter` to `^2.1.1`
34+
- update `karma-jasmine` to `^3.1.1`
35+
- update `karma-jasmine-html-reporter` to `^1.5.3`
36+
- update `protractor` to `^5.4.3`
37+
- update `ts-node` to `^8.8.2`
38+
- update `tslint` to `^6.1.1`
39+
340
###### `v2.9.0`
441
- chore: update to `Angular 9.0.0`
542
- [https://update.angular.io/](https://update.angular.io/#8.0:9.0)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
55
[![npm package][npm-coreui-badge]][npm-coreui]
66
[![NPM downloads][npm-coreui-download]][npm-coreui]
7-
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)
7+
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)
88

99
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1010
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square

package.json

+34-34
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.9.0",
3+
"version": "2.9.2",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -28,58 +28,58 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "^9.0.0",
32-
"@angular/common": "^9.0.0",
33-
"@angular/compiler": "^9.0.0",
34-
"@angular/core": "^9.0.0",
35-
"@angular/forms": "^9.0.0",
36-
"@angular/platform-browser": "^9.0.0",
37-
"@angular/platform-browser-dynamic": "^9.0.0",
38-
"@angular/router": "^9.0.0",
39-
"@coreui/angular": "^2.9.0",
31+
"@angular/animations": "^9.1.1",
32+
"@angular/common": "^9.1.1",
33+
"@angular/compiler": "^9.1.1",
34+
"@angular/core": "^9.1.1",
35+
"@angular/forms": "^9.1.1",
36+
"@angular/platform-browser": "^9.1.1",
37+
"@angular/platform-browser-dynamic": "^9.1.1",
38+
"@angular/router": "^9.1.1",
39+
"@coreui/angular": "^2.9.2",
4040
"@coreui/coreui": "^2.1.16",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
4242
"@coreui/icons": "0.3.0",
43-
"bootstrap": "^4.3.1",
44-
"chart.js": "^2.9.2",
43+
"bootstrap": "^4.4.1",
44+
"chart.js": "^2.9.3",
4545
"core-js": "^2.6.11",
4646
"flag-icon-css": "^3.4.6",
4747
"font-awesome": "^4.7.0",
4848
"moment": "^2.24.0",
49-
"mutationobserver-shim": "^0.3.3",
49+
"mutationobserver-shim": "^0.3.5",
5050
"ng2-charts": "^2.3.0",
51-
"ngx-bootstrap": "^5.2.0",
52-
"ngx-perfect-scrollbar": "^8.0.0",
53-
"rxjs": "^6.5.3",
51+
"ngx-bootstrap": "^5.6.1",
52+
"ngx-perfect-scrollbar": "^9.0.0",
53+
"rxjs": "^6.5.5",
5454
"simple-line-icons": "^2.4.1",
5555
"ts-helpers": "^1.1.2",
56-
"tslib": "^1.10.0",
56+
"tslib": "^1.11.1",
5757
"web-animations-js": "^2.3.2",
58-
"zone.js": "~0.10.2"
58+
"zone.js": "~0.10.3"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.900.1",
62-
"@angular/cli": "^9.0.1",
63-
"@angular/compiler-cli": "^9.0.0",
64-
"@angular/language-service": "^9.0.0",
65-
"@types/jasmine": "^3.5.3",
61+
"@angular-devkit/build-angular": "~0.901.1",
62+
"@angular/cli": "^9.1.1",
63+
"@angular/compiler-cli": "^9.1.1",
64+
"@angular/language-service": "^9.1.1",
65+
"@types/jasmine": "^3.5.10",
6666
"@types/jasminewd2": "^2.0.8",
67-
"@types/node": "^12.11.1",
68-
"codelyzer": "^5.2.1",
67+
"@types/node": "^13.11.1",
68+
"codelyzer": "^5.2.2",
6969
"jasmine-core": "^3.5.0",
70-
"jasmine-spec-reporter": "^4.2.1",
71-
"karma": "^4.4.1",
70+
"jasmine-spec-reporter": "^5.0.1",
71+
"karma": "^5.0.1",
7272
"karma-chrome-launcher": "^3.1.0",
73-
"karma-coverage-istanbul-reporter": "^2.1.0",
74-
"karma-jasmine": "^2.0.1",
75-
"karma-jasmine-html-reporter": "^1.5.2",
76-
"protractor": "^5.4.2",
77-
"ts-node": "^8.4.1",
78-
"tslint": "^5.20.0",
73+
"karma-coverage-istanbul-reporter": "^2.1.1",
74+
"karma-jasmine": "^3.1.1",
75+
"karma-jasmine-html-reporter": "^1.5.3",
76+
"protractor": "^5.4.3",
77+
"ts-node": "^8.8.2",
78+
"tslint": "^6.1.1",
7979
"typescript": "~3.7.5"
8080
},
8181
"engines": {
82-
"node": ">= 10",
82+
"node": ">= 10.13",
8383
"npm": ">= 6"
8484
}
8585
}

src/app/containers/default-layout/default-layout.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Component } from '@angular/core';
1+
import {Component} from '@angular/core';
22
import { navItems } from '../../_nav';
33

44
@Component({

src/app/views/base/navbars/navbars.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {AfterViewChecked, Component, ElementRef, OnInit, Renderer2, ViewChild} from '@angular/core';
2-
import {CollapseDirective} from 'ngx-bootstrap';
2+
import {CollapseDirective} from 'ngx-bootstrap/collapse';
33

44
@Component({
55
selector: 'app-navbars',

0 commit comments

Comments
 (0)