-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
needs: repro stepsWe cannot reproduce the issue with the information givenWe cannot reproduce the issue with the information given
Description
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Is this a regression?
NO
Description
When using ng serve with the latest version of angular cli :
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
: Compiled successfully.
Date: 2020-03-08T14:15:38.957Z - Hash: 675f3476fc23f0168c66
21 unchanged chunks
Time: 500ms
: Compiled successfully.
Date: 2020-03-08T14:15:39.821Z - Hash: 675f3476fc23f0168c66
21 unchanged chunks
Time: 451ms
: Compiled successfully.
🔬 Minimal Reproduction
Just running ng serve
🌍 Your Environment
Angular: 9.0.5
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.900.5
@angular-devkit/build-angular 0.900.5
@angular-devkit/build-optimizer 0.900.5
@angular-devkit/build-webpack 0.900.5
@angular-devkit/core 9.0.5
@angular-devkit/schematics 9.0.5
@angular/cdk 9.1.1
@angular/fire 5.4.2
@angular/flex-layout 9.0.0-beta.29
@angular/material 9.1.1
@ngtools/webpack 9.0.5
@schematics/angular 9.0.5
@schematics/update 0.900.5
rxjs 6.5.4
typescript 3.7.5
webpack 4.41.2
{
"name": "care4giver",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular/animations": "^9.0.5",
"@angular/cdk": "^9.1.1",
"@angular/common": "^9.0.5",
"@angular/compiler": "^9.0.5",
"@angular/core": "^9.0.5",
"@angular/fire": "^5.4.2",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.0.5",
"@angular/material": "^9.1.1",
"@angular/platform-browser": "^9.0.5",
"@angular/platform-browser-dynamic": "^9.0.5",
"@angular/router": "^9.0.5",
"@ngx-progressbar/core": "5.3.2",
"@ngx-progressbar/http": "5.3.2",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"buttercms": "^1.2.2",
"devextreme": "^19.2.6",
"devextreme-angular": "^19.2.6",
"devextreme-schematics": "^1.0.13",
"firebase": "7.9.2",
"guid-typescript": "^1.0.9",
"lodash": "^4.17.15",
"mat-video": "2.7.2",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"ngx-device-detector": "^1.3.20",
"ngx-embed-video": "1.0.4",
"ngx-input-file": "8.0.1",
"ngx-perfect-scrollbar": "8.0.0",
"ngx-swiper-wrapper": "8.0.2",
"rrule": "^2.6.3",
"rxjs": "~6.5.4",
"stream": "0.0.2",
"tslib": "^1.11.1",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.5",
"@angular/cli": "^9.0.5",
"@angular/compiler-cli": "^9.0.5",
"@angular/language-service": "^9.0.5",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.12.29",
"codelyzer": "^5.1.2",
"copy-webpack-plugin": "^5.1.1",
"devextreme-cli": "^1.1.10",
"devextreme-themebuilder": "^19.2.6",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.5.2",
"protractor": "^5.4.3",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.7.5"
}
}
Metadata
Metadata
Assignees
Labels
needs: repro stepsWe cannot reproduce the issue with the information givenWe cannot reproduce the issue with the information given