Skip to content

Commit 20fecb7

Browse files
authored
Merge pull request #147 from coreui/dev-vnext
v2.4.5
2 parents 1db8591 + d6665c2 commit 20fecb7

File tree

4 files changed

+90
-34
lines changed

4 files changed

+90
-34
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
## [angular](./README.md) version `changelog`
22

3+
###### `v2.4.5`
4+
- refactor(modals): add `@ViewChild`
5+
- update: `@coreui/angular` to `^2.4.5`
6+
- update: `@coreui/coreui` to `^2.1.8`
7+
- update: `@angular/animations` to `^7.2.10`
8+
- update: `@angular/common` to `^7.2.10`
9+
- update: `@angular/compiler` to `^7.2.10`
10+
- update: `@angular/core` to `^7.2.10`
11+
- update: `@angular/forms` to `^7.2.10`
12+
- update: `@angular/http` to `^7.2.10`
13+
- update: `@angular/platform-browser` to `^7.2.10`
14+
- update: `@angular/platform-browser-dynamic` to `^7.2.10`
15+
- update: `@angular/router` to `^7.2.10`
16+
- update: `chart.js` to `^2.8.0`
17+
- update: `flag-icon-css` to `^3.3.0`
18+
- update: `@angular-devkit/build-angular` to `^0.13.6`
19+
- update: `@angular/cli` to `^7.3.6`
20+
- update: `@angular/compiler-cli` to `^7.2.10`
21+
- update: `@angular/language-service` to `^7.2.10`
22+
- update: `@types/jasmine` to `^3.3.12`
23+
- update: `@types/node` to `^11.11.4`
24+
- update: `karma` to `^4.0.1`
25+
- update: `ts-node` to `^8.0.3`
26+
- update: `tslint` to `^5.14.0`
27+
328
###### `v2.4.3`
429
- update: `@coreui/angular` to `^2.4.3`
530
- update: `@coreui/coreui` to `^2.1.7`

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/angular)
2+
[![npm package][npm-coreui-angular-badge]][npm-coreui-angular]
3+
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
4+
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
5+
[![npm package][npm-coreui-badge]][npm-coreui]
6+
[![NPM downloads][npm-coreui-download]][npm-coreui]
7+
![angular](https://img.shields.io/badge/angular-^7.2.10-lightgrey.svg?style=flat-square)
8+
9+
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
10+
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
11+
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
12+
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
13+
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
14+
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
15+
116
# CoreUI Free Angular 2+ Admin Template [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
217

318
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
@@ -51,6 +66,22 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
5166
| CoreUI Pro | Prime | Root | Alba | Leaf |
5267
| --- | --- | --- | --- | --- |
5368
| [![CoreUI Pro Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/angular/)| [![Prime Admin Template](https://coreui.io/assets/img/responsive-prime.png)](https://coreui.io/admin-templates/angular/prime/?support=1)| [![Root Admin Template](https://coreui.io/assets/img/responsive-root.png)](https://coreui.io/admin-templates/angular/root/?support=1)| [![Alba Admin Template](https://coreui.io/assets/img/responsive-alba.png)](https://coreui.io/admin-templates/angular/alba/?support=1)| [![Leaf Admin Template](https://coreui.io/assets/img/responsive-leaf.png)](https://coreui.io/admin-templates/angular/leaf/?support=1)
69+
70+
#### Prerequisites
71+
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
72+
73+
###### Node.js
74+
Angular requires `Node.js` version 8.x or 10.x.
75+
76+
- To check your version, run `node -v` in a terminal/console window.
77+
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
78+
79+
###### Angular CLI
80+
Install the Angular CLI globally using a terminal/console window.
81+
```bash
82+
npm install -g @angular/cli
83+
```
84+
5485
## Installation
5586

5687
### Clone repo
@@ -108,7 +139,7 @@ Editor preferences are available in the [editor config](https://github.com/coreu
108139

109140
## Versioning
110141

111-
For transparency into our release cycle and in striving to maintain backward compatibility,CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
142+
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
112143

113144
See [the Releases section of our project](https://github.com/coreui/coreui-free-angular-admin-template/releases) for changelogs for each release version.
114145

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.4.3",
3+
"version": "2.4.5",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -27,23 +27,23 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^7.2.6",
31-
"@angular/common": "^7.2.6",
32-
"@angular/compiler": "^7.2.6",
33-
"@angular/core": "^7.2.6",
34-
"@angular/forms": "^7.2.6",
35-
"@angular/http": "^7.2.6",
36-
"@angular/platform-browser": "^7.2.6",
37-
"@angular/platform-browser-dynamic": "^7.2.6",
38-
"@angular/router": "^7.2.6",
39-
"@coreui/angular": "^2.4.3",
40-
"@coreui/coreui": "^2.1.7",
30+
"@angular/animations": "^7.2.10",
31+
"@angular/common": "^7.2.10",
32+
"@angular/compiler": "^7.2.10",
33+
"@angular/core": "^7.2.10",
34+
"@angular/forms": "^7.2.10",
35+
"@angular/http": "^7.2.10",
36+
"@angular/platform-browser": "^7.2.10",
37+
"@angular/platform-browser-dynamic": "^7.2.10",
38+
"@angular/router": "^7.2.10",
39+
"@coreui/angular": "^2.4.5",
40+
"@coreui/coreui": "^2.1.8",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
4343
"bootstrap": "^4.3.1",
44-
"chart.js": "^2.7.3",
44+
"chart.js": "^2.8.0",
4545
"core-js": "^2.6.5",
46-
"flag-icon-css": "^3.2.1",
46+
"flag-icon-css": "^3.3.0",
4747
"font-awesome": "^4.7.0",
4848
"moment": "^2.24.0",
4949
"mutationobserver-shim": "^0.3.3",
@@ -58,24 +58,24 @@
5858
"zone.js": "^0.8.29"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.13.3",
62-
"@angular/cli": "^7.3.3",
63-
"@angular/compiler-cli": "^7.2.6",
64-
"@angular/language-service": "^7.2.6",
65-
"@types/jasmine": "^3.3.9",
61+
"@angular-devkit/build-angular": "^0.13.6",
62+
"@angular/cli": "^7.3.6",
63+
"@angular/compiler-cli": "^7.2.10",
64+
"@angular/language-service": "^7.2.10",
65+
"@types/jasmine": "^3.3.12",
6666
"@types/jasminewd2": "^2.0.6",
67-
"@types/node": "^11.9.4",
67+
"@types/node": "^11.11.4",
6868
"codelyzer": "^4.5.0",
6969
"jasmine-core": "^3.3.0",
7070
"jasmine-spec-reporter": "^4.2.1",
71-
"karma": "^4.0.0",
71+
"karma": "^4.0.1",
7272
"karma-chrome-launcher": "^2.2.0",
7373
"karma-coverage-istanbul-reporter": "^2.0.5",
7474
"karma-jasmine": "^2.0.1",
7575
"karma-jasmine-html-reporter": "^1.4.0",
7676
"protractor": "^5.4.2",
77-
"ts-node": "^8.0.2",
78-
"tslint": "^5.12.1",
77+
"ts-node": "^8.0.3",
78+
"tslint": "^5.14.0",
7979
"typescript": "~3.2.4"
8080
},
8181
"engines": {
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
import { Component, ViewChild } from '@angular/core';
2-
import { ModalDirective } from 'ngx-bootstrap/modal';
1+
import {Component, ViewChild} from '@angular/core';
2+
import {ModalDirective} from 'ngx-bootstrap/modal';
33

44
@Component({
55
templateUrl: 'modals.component.html'
66
})
77
export class ModalsComponent {
8-
public myModal;
9-
public largeModal;
10-
public smallModal;
11-
public primaryModal;
12-
public successModal;
13-
public warningModal;
14-
public dangerModal;
15-
public infoModal;
8+
@ViewChild('myModal') public myModal: ModalDirective;
9+
@ViewChild('largeModal') public largeModal: ModalDirective;
10+
@ViewChild('smallModal') public smallModal: ModalDirective;
11+
@ViewChild('primaryModal') public primaryModal: ModalDirective;
12+
@ViewChild('successModal') public successModal: ModalDirective;
13+
@ViewChild('warningModal') public warningModal: ModalDirective;
14+
@ViewChild('dangerModal') public dangerModal: ModalDirective;
15+
@ViewChild('infoModal') public infoModal: ModalDirective;
1616
}

0 commit comments

Comments
 (0)