Skip to content

Commit e197077

Browse files
Fixed #136 - Some issues with a freshly generated project from template.
Only last entry is related to this repo. Also others fixed in private repo.
1 parent 829b179 commit e197077

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

angular/.angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"project": {
4-
"name": "abp-project-name-template"
4+
"name": "AbpProjectName"
55
},
66
"apps": [
77
{

angular/e2e/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { AbpProjectNameTemplatePage } from './app.po';
22

3-
describe('abp-project-name-template App', function() {
3+
describe('AbpProjectName App', function() {
44
let page: AbpProjectNameTemplatePage;
55

66
beforeEach(() => {

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "abp-project-name-template",
2+
"name": "AbpProjectName",
33
"version": "0.0.0",
44
"license": "MIT",
55
"angular-cli": {},

0 commit comments

Comments
 (0)