angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.34k stars 6.74k forks source link

Page con not load for the material stuff #8159

Closed samsakni closed 6 years ago

samsakni commented 6 years ago

Get below error when load page

localhost/:18 Error: Fetch error: 404 Not Found Instantiating http://localhost:3000/@angular/cdk/collections Loading http://localhost:3000/app/table-pagination-example.js Loading main.js at fetch.js:37 at ZoneDelegate.invoke (zone.js:392) at Zone.run (zone.js:142) at zone.js:873 at ZoneDelegate.invokeTask (zone.js:425) at Zone.runTask (zone.js:192) at drainMicroTaskQueue (zone.js:602) at

Json file cofig { "name": "angular-quickstart", "version": "1.0.0", "description": "QuickStart package.json from the documentation, supplemented with testing support", "scripts": { "build": "tsc -p src/", "build:watch": "tsc -p src/ -w", "build:e2e": "tsc -p e2e/", "serve": "lite-server -c=bs-config.json", "serve:e2e": "lite-server -c=bs-config.e2e.json", "prestart": "npm run build", "start": "concurrently \"npm run build:watch\" \"npm run serve\"", "pree2e": "npm run build:e2e", "e2e": "concurrently \"npm run serve:e2e\" \"npm run protractor\" --kill-others --success first", "preprotractor": "webdriver-manager update", "protractor": "protractor protractor.config.js", "pretest": "npm run build", "test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"", "pretest:once": "npm run build", "test:once": "karma start karma.conf.js --single-run", "lint": "tslint ./src/*/.ts -t verbose" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@angular/animations": "4.4.5", "@angular/cdk": "2.0.0-beta.12", "@angular/common": "4.4.5", "@angular/compiler": "4.4.5", "@angular/core": "4.4.5", "@angular/forms": "4.4.5", "@angular/http": "4.4.5", "@angular/material": "2.0.0-beta.12", "@angular/platform-browser": "4.4.5", "@angular/platform-browser-dynamic": "4.4.5", "@angular/router": "4.4.5", "angular-in-memory-web-api": "~0.3.0", "core-js": "2.5.1", "rxjs": "5.4.3", "systemjs": "0.20.19", "zone.js": "0.8.18" }, "devDependencies": { "concurrently": "^3.2.0", "lite-server": "^2.2.2", "typescript": "2.4.2", "canonical-path": "0.0.2", "tslint": "5.3.2", "lodash": "^4.16.4", "jasmine-core": "~2.4.1", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-cli": "^1.0.1", "karma-jasmine": "^1.0.2", "karma-jasmine-html-reporter": "^0.2.2", "protractor": "~4.0.14", "rimraf": "^2.5.4", "@types/node": "^6.0.46", "@types/jasmine": "2.5.36" }, "repository": {} }

josephperrott commented 6 years ago

Please keep GitHub issues for bug reports / feature requests. Better avenues for troubleshooting / questions are stack overflow, gitter, mailing list, etc.

samsakni commented 6 years ago

Got it, thanks for the reminder.

By the way any ideas about my issue?

2017-10-31 11:47 GMT-07:00 Joey Perrott notifications@github.com:

Closed #8159 https://github.com/angular/material2/issues/8159.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/angular/material2/issues/8159#event-1319448483, or mute the thread https://github.com/notifications/unsubscribe-auth/AE-leDKAYCeg9HZpMSeRs5agc0OXgglQks5sx2tIgaJpZM4QNNtl .

-- Always bear in mind that your own resolution is more important than anything

angular-automatic-lock-bot[bot] commented 5 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.