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.
......
......@@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ng-start3d": {
"ng-smart3d": {
"projectType": "application",
"schematics": {},
"root": "",
......@@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/ng-start3d",
"outputPath": "dist/ng-smart3d",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
......@@ -67,18 +67,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ng-start3d:build"
"browserTarget": "ng-smart3d:build"
},
"configurations": {
"production": {
"browserTarget": "ng-start3d:build:production"
"browserTarget": "ng-smart3d:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng-start3d:build"
"browserTarget": "ng-smart3d:build"
}
},
"test": {
......@@ -115,15 +115,15 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ng-start3d:serve"
"devServerTarget": "ng-smart3d:serve"
},
"configurations": {
"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', () => {
it('should display welcome message', () => {
page.navigateTo();
expect(page.getTitleText()).toEqual('ng-start3d app is running!');
expect(page.getTitleText()).toEqual('ng-smart3d app is running!');
});
afterEach(async () => {
......
......@@ -16,7 +16,7 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, './coverage/ng-start3d'),
dir: require('path').join(__dirname, './coverage/ng-smart3d'),
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},
......
{
"name": "ng-start3d",
"name": "ng-smart3d",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
......
{
"name": "ng-start3d",
"name": "ng-smart3d",
"version": "0.0.0",
"scripts": {
"ng": "ng",
......
......@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>NgStart3d</title>
<title>Ngsmart3d</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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