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.
1 parent e5298c0 commit dc091e8Copy full SHA for dc091e8
package.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
7
- "start": "ng serve",
+ "start": "ng serve demo_app",
8
"build": "ng build",
9
"test": "ng test",
10
"lint": "ng lint"
projects/plotly/src/test.ts
@@ -1,7 +1,6 @@
1
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
2
3
-import 'zone.js/dist/zone';
-import 'zone.js/dist/zone-testing';
+import 'zone.js';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
0 commit comments