Skip to content

Commit 879f7dd

Browse files
updated to angular 10
1 parent a5df717 commit 879f7dd

File tree

249 files changed

+14546
-10764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+14546
-10764
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
3-
3+
V 4.0.0
4+
------
5+
- Updated to angular version 10
6+
- Other bug fixes
7+
-
48
V 3.0.0
59
------
610
- Updated to angular version 8

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Purple Angular
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.1.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.7.
4+
5+
<h1>Demo</h1>
6+
7+
[![N|Solid](preview.jpg)](https://www.bootstrapdash.com/product/purple-free-angular/)
48

59
## Development server
610

angular.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@
121121
}
122122
}
123123
}
124-
}},
125-
"defaultProject": "demo1"
124+
}
125+
},
126+
"defaultProject": "demo1",
127+
"cli": {
128+
"analytics": false
129+
}
126130
}

0 commit comments

Comments
 (0)