Commit 7501ffeb authored by 张启明's avatar 张启明

fix: fix typo

parent 1fd74c61
# NgStart3d # Ngsmart3d
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.21. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.21.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": 1, "version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"ng-start3d": { "ng-smart3d": {
"projectType": "application", "projectType": "application",
"schematics": {}, "schematics": {},
"root": "", "root": "",
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:browser",
"options": { "options": {
"outputPath": "dist/ng-start3d", "outputPath": "dist/ng-smart3d",
"index": "src/index.html", "index": "src/index.html",
"main": "src/main.ts", "main": "src/main.ts",
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",
...@@ -67,18 +67,18 @@ ...@@ -67,18 +67,18 @@
"serve": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"browserTarget": "ng-start3d:build" "browserTarget": "ng-smart3d:build"
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "ng-start3d:build:production" "browserTarget": "ng-smart3d:build:production"
} }
} }
}, },
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "ng-start3d:build" "browserTarget": "ng-smart3d:build"
} }
}, },
"test": { "test": {
...@@ -115,15 +115,15 @@ ...@@ -115,15 +115,15 @@
"builder": "@angular-devkit/build-angular:protractor", "builder": "@angular-devkit/build-angular:protractor",
"options": { "options": {
"protractorConfig": "e2e/protractor.conf.js", "protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ng-start3d:serve" "devServerTarget": "ng-smart3d:serve"
}, },
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "ng-start3d:serve:production" "devServerTarget": "ng-smart3d:serve:production"
} }
} }
} }
} }
}}, }},
"defaultProject": "ng-start3d" "defaultProject": "ng-smart3d"
} }
\ No newline at end of file
...@@ -10,7 +10,7 @@ describe('workspace-project App', () => { ...@@ -10,7 +10,7 @@ describe('workspace-project App', () => {
it('should display welcome message', () => { it('should display welcome message', () => {
page.navigateTo(); page.navigateTo();
expect(page.getTitleText()).toEqual('ng-start3d app is running!'); expect(page.getTitleText()).toEqual('ng-smart3d app is running!');
}); });
afterEach(async () => { afterEach(async () => {
......
...@@ -16,7 +16,7 @@ module.exports = function (config) { ...@@ -16,7 +16,7 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser clearContext: false // leave Jasmine Spec Runner output visible in browser
}, },
coverageIstanbulReporter: { coverageIstanbulReporter: {
dir: require('path').join(__dirname, './coverage/ng-start3d'), dir: require('path').join(__dirname, './coverage/ng-smart3d'),
reports: ['html', 'lcovonly', 'text-summary'], reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true fixWebpackSourcePaths: true
}, },
......
{ {
"name": "ng-start3d", "name": "ng-smart3d",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
......
{ {
"name": "ng-start3d", "name": "ng-smart3d",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>NgStart3d</title> <title>Ngsmart3d</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment