widgets added

This commit is contained in:
swat1508
2019-03-04 11:13:17 +05:30
parent 2c5122756e
commit 8615e5311f
24 changed files with 2147 additions and 466 deletions

View File

@@ -3,11 +3,12 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --open",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"serve": "concurrently \"npm start\" \"nodemon index.js\""
},
"private": true,
"dependencies": {
@@ -22,6 +23,7 @@
"@angular/router": "^7.2.3",
"@ngrx/store": "^7.2.0",
"bootstrap": "^4.2.1",
"concurrently": "^4.1.0",
"core-js": "^2.6.2",
"popper": "^1.0.1",
"rxjs": "^6.4.0",
@@ -46,6 +48,7 @@
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"nodemon": "^1.18.10",
"protractor": "^5.4.2",
"ts-node": "~5.0.1",
"tslint": "^5.12.0",