We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c626f86 + d3585af commit bdfe071Copy full SHA for bdfe071
package.json
@@ -30,12 +30,12 @@
30
"@fullcalendar/timegrid": "4.4.2",
31
"@ng-select/ng-select": "^8.1.1",
32
"angular-calendar": "^0.28.20",
33
- "apexcharts": "^3.35.3",
+ "apexcharts": "3.35.3",
34
"date-fns": "^2.14.0",
35
"echarts": "^4.7.0",
36
"font-awesome": "^4.7.0",
37
"moment": "2.15.2",
38
- "ng-apexcharts": "^1.7.1",
+ "ng-apexcharts": "1.7.1",
39
"ngx-echarts": "^4.2.2",
40
"ngx-owl-carousel-o": "^7.0.2",
41
"ngx-smart-popover": "^1.4.0",
src/environments/environment.hmr.ts
@@ -1,4 +1,5 @@
1
export const environment = {
2
production: false,
3
hmr: true,
4
+ backend: true
5
};
0 commit comments