Skip to content

Commit

Permalink
feat: upgrade to Angular 10 (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jul 29, 2020
1 parent dc154ab commit 540ee46
Show file tree
Hide file tree
Showing 56 changed files with 20,092 additions and 14,880 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@

[Documentation](https://hubs.ly/H0n4S800) | [Stackblitz Template](https://stackblitz.com/github/akveo/nebular-seed) | [UI Bakery](https://hubs.ly/H0n4S8d0) - Angular UI Builder

Nebular is a customizable Angular 9 UI Library with a focus on beautiful design and ability to adapt it to your brand easily. It comes with 4 stunning visual themes, a powerful theming engine with runtime theme switching and support of custom css properties mode. Nebular is based on Eva Design System specifications.
**Nebular 5.0, Angular 9**
Nebular is a customizable Angular 10 UI Library with a focus on beautiful design and ability to adapt it to your brand easily. It comes with 4 stunning visual themes, a powerful theming engine with runtime theme switching and support of custom css properties mode. Nebular is based on Eva Design System specifications.
**Nebular 5.0, Angular 10**

<a href="https://hubs.ly/H0n4RHQ0"><img src="https://i.imgur.com/vu5Ro3A.jpg"></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/tsconfig.app.json
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"sourceMap": true,
"declaration": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/tsconfig.spec.json
Expand Up @@ -9,7 +9,7 @@
"es2017"
],
"outDir": "../out-tsc/spec",
"module": "esnext",
"module": "es2020",
"target": "es6",
"baseUrl": "",
"types": [
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"baseUrl": "./",
Expand Down
3 changes: 2 additions & 1 deletion karma.conf.js
Expand Up @@ -16,7 +16,8 @@ module.exports = function (config) {
require('@angular-devkit/build-angular/plugins/karma')
],
client: {
clearContext: false // leave Jasmine Spec Runner output visible in browser
clearContext: false, // leave Jasmine Spec Runner output visible in browser
jasmine: { random: false },
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, 'coverage'),
Expand Down

0 comments on commit 540ee46

Please sign in to comment.